Create an object pointing to the specified str and having the optionally specified delim and escape characters.
Declared in <bslstl_iomanip.h>
explicit
IoManip_QuotedStringFormatter(
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('\\'));