Template Class output_adapter

Class Documentation

template<typename CharType, typename StringType = std::basic_string<CharType>>
class output_adapter

Public Functions

template<typename AllocatorType = std::allocator<CharType>>
inline output_adapter(std::vector<CharType, AllocatorType> &vec)
inline output_adapter(std::basic_ostream<CharType> &s)
inline output_adapter(StringType &s)
inline operator output_adapter_t<CharType>()