Write the value of the specified object to the specified output stream.

Synopses

Declared in <bslstl_iomanip.h>

Write the value of the specified object to the specified output stream.

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);

Write the value of the specified object to the specified output stream.

template<
    class t_CHAR_TYPE,
    class t_CHAR_TRAITS>
std::basic_ostream<t_CHAR_TYPE, t_CHAR_TRAITS>&
operator<<(
    std::basic_ostream<t_CHAR_TYPE, t_CHAR_TRAITS>& output,
    IoManip_QuotedStringViewFormatter<t_CHAR_TYPE, t_CHAR_TRAITS> const& object);

Return Value

reference to the output stream

Parameters

Name

Description

output

output stream to which to write the quoted string

object

formatter providing the string and quote style to write

Created with MrDocs