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,
t_CHAR const* value);
Parameters
Name |
Description |
out |
format‐string object whose contents are replaced |
value |
new format‐string contents |
Created with MrDocs