Write the value of the specified object to the specified output stream.
Synopsis
Declared in <bslstl_iomanip.h>
template<
class t_CHAR_TYPE,
class t_CHAR_TRAITS,
class t_ALLOC>
std::basic_ostream<t_CHAR_TYPE, t_CHAR_TRAITS>&
operator<<(
std::basic_ostream<t_CHAR_TYPE, t_CHAR_TRAITS>& output,
IoManip_QuotedStringFormatter<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC> const& object);
Created with MrDocs