Template Class output_adapter
Defined in File json.hpp
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(StringType &s)
-
inline operator output_adapter_t<CharType>()
-
template<typename AllocatorType = std::allocator<CharType>>