[#BloombergLP-bslstl-IoManip_QuotedStringViewFormatter-2constructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/IoManip_QuotedStringViewFormatter.adoc[IoManip_QuotedStringViewFormatter]::IoManip_QuotedStringViewFormatter :relfileprefix: ../../../ :mrdocs: Create an object having the value of the specified `strView` and the optionally specified `delim` and `escape` characters. == Synopsis Declared in `<bslstl_iomanip.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit IoManip_QuotedStringViewFormatter( bsl::basic_string_view<t_CHAR_TYPE, t_CHAR_TRAITS> const& strView, t_CHAR_TYPE delim = t_CHAR_TYPE('"'), t_CHAR_TYPE escape = t_CHAR_TYPE('\\')); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#