Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::property_tree::path_of< Key > Struct Template Reference

If you want to use a custom key type, specialize this struct for it and give it a 'type' typedef that specifies your path type. More...

#include <ptree_fwd.hpp>

Detailed Description

template<typename Key>
struct boost::property_tree::path_of< Key >

If you want to use a custom key type, specialize this struct for it and give it a 'type' typedef that specifies your path type.

The path type must conform to the Path concept described in the documentation. This is already specialized for std::basic_string.


The documentation for this struct was generated from the following file: