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