Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition path

path

Synopsis

// In header: <boost/property_tree/ptree_fwd.hpp>


typedef string_path< std::string, id_translator< std::string > > path;

Description

Implements a path using a std::string as the key.


PrevUpHomeNext