[#BloombergLP-bslstl-IoManip_QuotedStringFormatter-str] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/IoManip_QuotedStringFormatter.adoc[IoManip_QuotedStringFormatter]::str :relfileprefix: ../../../ :mrdocs: Return a reference providing modifiable access to the underlying string. Note that this operation provides modifiable access to the string because this type is designed so that its objects are created as temporary objects that proxy an underlying string (see class documentation). == Synopsis Declared in `<bslstl_iomanip.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0faf.adoc[bsl::basic_string<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC>]* str() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#