[#BloombergLP-bslstl-operator_rshift] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::operator>> :relfileprefix: ../../ :mrdocs: Read quoted string from the specified `input` stream into the underlying string of the specified `object`. Note that the `object` here is `const` because the `QuotedStringFormatter` is designed to be returned as a temporary object from 'bsl::quoted`, serving as a proxy for the underlying string. == Synopsis Declared in `<bslstl_iomanip.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CHAR_TYPE, class t_CHAR_TRAITS, class t_ALLOC> std::basic_istream<t_CHAR_TYPE, t_CHAR_TRAITS>& operator>>( std::basic_istream<t_CHAR_TYPE, t_CHAR_TRAITS>& input, xref:BloombergLP/bslstl/IoManip_QuotedStringFormatter.adoc[IoManip_QuotedStringFormatter<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC>] const& object); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#