Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition wpath

wpath

Synopsis

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


typedef string_path< std::wstring, id_translator< std::wstring > > wpath;

Description

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


PrevUpHomeNext