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::translator_between< Internal, External > Struct Template Reference

Specialize this struct to specify a default translator between the data in a tree whose data_type is Internal, and the external data_type specified in a get_value, get, put_value or put operation. More...

#include <ptree_fwd.hpp>

Detailed Description

template<typename Internal, typename External>
struct boost::property_tree::translator_between< Internal, External >

Specialize this struct to specify a default translator between the data in a tree whose data_type is Internal, and the external data_type specified in a get_value, get, put_value or put operation.

This is already specialized for Internal being std::basic_string.


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