BloombergLP::bslfmt::Format_String_TestUpdater::update

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);
» more...

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);
» more...