[#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 pointer providing modifiable access to the underlying string. == 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; ---- == Description 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). == Return Value pointer providing modifiable access to the underlying string [.small]#Created with https://www.mrdocs.com[MrDocs]#