boost::property_tree::customize_stream< Ch, Traits, E *, void > Struct Template Reference

Public Types

using stored_t = size_t
 

Static Public Member Functions

static void insert (std::basic_ostream< Ch, Traits > &s, const E *e)
 
static void extract (std::basic_istream< Ch, Traits > &s, E *&e)
 

Member Typedef Documentation

◆ stored_t

template<typename Ch , typename Traits , typename E >
using boost::property_tree::customize_stream< Ch, Traits, E *, void >::stored_t = size_t

Member Function Documentation

◆ extract()

template<typename Ch , typename Traits , typename E >
static void boost::property_tree::customize_stream< Ch, Traits, E *, void >::extract ( std::basic_istream< Ch, Traits > &  s,
E *&  e 
)
inlinestatic

◆ insert()

template<typename Ch , typename Traits , typename E >
static void boost::property_tree::customize_stream< Ch, Traits, E *, void >::insert ( std::basic_ostream< Ch, Traits > &  s,
const E *  e 
)
inlinestatic

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