[#BloombergLP-bslstl-IoManip_QuotedStringFormatter-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/IoManip_QuotedStringFormatter.adoc[IoManip_QuotedStringFormatter]::IoManip_QuotedStringFormatter :relfileprefix: ../../../ :mrdocs: Create an object pointing to the specified `str` and having the optionally specified `delim` and `escape` characters. == Synopsis Declared in `<bslstl_iomanip.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit IoManip_QuotedStringFormatter( xref:bsl/basic_string-0faf.adoc[bsl::basic_string<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC>]* str, t_CHAR_TYPE delim = t_CHAR_TYPE('"'), t_CHAR_TYPE escape = t_CHAR_TYPE('\\')); ---- == Parameters [cols="1,4"] |=== | Name| Description | *str* | string to be quoted in stream operations | *delim* | delimiter character surrounding the quoted string | *escape* | escape character used within the quoted string |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#