[#BloombergLP-bslstl-operator_lshift-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::operator<< :relfileprefix: ../../ :mrdocs: 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CHAR_TYPE, class t_CHAR_TRAITS, class t_ALLOC> std::basic_ostream<t_CHAR_TYPE, t_CHAR_TRAITS>& xref:BloombergLP/bslstl/operator_lshift-07.adoc[operator<<]( std::basic_ostream<t_CHAR_TYPE, t_CHAR_TRAITS>& output, xref:BloombergLP/bslstl/IoManip_QuotedStringFormatter.adoc[IoManip_QuotedStringFormatter<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC>] const& object); ---- [.small]#xref:BloombergLP/bslstl/operator_lshift-07.adoc[_» more..._]# Write the value of the specified `object` to the specified `output` stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CHAR_TYPE, class t_CHAR_TRAITS> std::basic_ostream<t_CHAR_TYPE, t_CHAR_TRAITS>& xref:BloombergLP/bslstl/operator_lshift-08.adoc[operator<<]( std::basic_ostream<t_CHAR_TYPE, t_CHAR_TRAITS>& output, xref:BloombergLP/bslstl/IoManip_QuotedStringViewFormatter.adoc[IoManip_QuotedStringViewFormatter<t_CHAR_TYPE, t_CHAR_TRAITS>] const& object); ---- [.small]#xref:BloombergLP/bslstl/operator_lshift-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#