[#bsl-quoted-04] = xref:bsl.adoc[bsl]::quoted :relfileprefix: ../ :mrdocs: `quoted` overloads == Synopses Declared in `<bslstl_iomanip.h>` Return an object, containing quoted version of the specified `value` obtained using the optionally specified `delim` and `escape` characters, and that can be inserted to output (or extracted from input) stream. Return an object, containing quoted version of the specified `value` obtained using the optionally specified `delim` and `escape` characters, and that can be inserted to output (or extracted from input) stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CHAR_TYPE, class t_CHAR_TRAITS, class t_ALLOC> xref:BloombergLP/bslstl/IoManip_QuotedStringFormatter.adoc[BloombergLP::bslstl::IoManip_QuotedStringFormatter<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC>] xref:bsl/quoted-0c.adoc[quoted]( xref:bsl/basic_string-0faf.adoc[bsl::basic_string<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC>]& value, t_CHAR_TYPE delim = t_CHAR_TYPE('"'), t_CHAR_TYPE escape = t_CHAR_TYPE('\\')); ---- [.small]#xref:bsl/quoted-0c.adoc[_» more..._]# Return an object, containing quoted version of the specified `value` obtained using the optionally specified `delim` and `escape` characters, and that can be inserted to output stream. Return an object, containing quoted version of the specified `value` obtained using the optionally specified `delim` and `escape` characters, and that can be inserted to output stream. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_CHAR_TYPE, class t_CHAR_TRAITS, class t_ALLOC> decltype(auto) xref:bsl/quoted-03.adoc[quoted]( xref:bsl/basic_string-0faf.adoc[bsl::basic_string<t_CHAR_TYPE, t_CHAR_TRAITS, t_ALLOC>] const& value, t_CHAR_TYPE delim = t_CHAR_TYPE('"'), t_CHAR_TYPE escape = t_CHAR_TYPE('\\')); ---- [.small]#xref:bsl/quoted-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#