Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition wiptree

wiptree

Synopsis

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


typedef unspecified wiptree;

Description

A property tree with std::wstring for key and data, and case-insensitive comparison.

[Note] Note

The type only exists if the platform supports wchar_t.


PrevUpHomeNext