Subject: [Boost-users] [Property Tree] Complexity of find and get methods
From: Elizabeta (elizabeta.petreska_at_[hidden])
Date: 2013-01-07 07:29:44


Hi
I want to know the complexity of boost property tree find and get
methods. I tried the following link
http://www.boost.org/doc/libs/1_41_0/doc/html/boost/property_tree/basic_ptree.html#id973373-bb
but it seems that the complexity is not specified.

Also can find function accept string paths or it just finds immediate
childs?

Thank you