BloombergLP::bslstl::IoManip_QuotedStringFormatter::str

Return a pointer providing modifiable access to the underlying string.

Synopsis

Declared in <bslstl_iomanip.h>

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