Home | Libraries | People | FAQ | More |
boost::property_tree::customize_stream<Ch, Traits, F, typename boost::enable_if< detail::is_inexact< F > >::type>
// In header: <boost/property_tree/stream_translator.hpp> template<typename Ch, typename Traits, typename F> struct customize_stream<Ch, Traits, F, typename boost::enable_if< detail::is_inexact< F > >::type> { // public static functions static void insert(std::basic_ostream< Ch, Traits > &, const F &); static void extract(std::basic_istream< Ch, Traits > &, F &); };