Update the string contained in the specified out to the specified value.
Synopses
Declared in <bslfmt_format_string.h>
Update the string contained in the specified out to the specified value.
template<class t_FORMATSTRING>
static
void
update(
t_FORMATSTRING* out,
bsl::basic_string_view<t_CHAR> value);
Update the string contained in the specified out to the specified value.
template<class t_FORMATSTRING>
static
void
update(
t_FORMATSTRING* out,
t_CHAR const* value);
Created with MrDocs