...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::property_tree::customize_stream<Ch, Traits, Ch, void>
// In header: <boost/property_tree/stream_translator.hpp> template<typename Ch, typename Traits> struct customize_stream<Ch, Traits, Ch, void> { // public static functions static void insert(std::basic_ostream< Ch, Traits > &, Ch); static void extract(std::basic_istream< Ch, Traits > &, Ch &); };