Update the string contained in the specified out to the specified value.
Declared in <bslfmt_format_string.h>
template<class t_FORMATSTRING>
static
void
update(
t_FORMATSTRING* out,
t_CHAR const* value);
| Name | Description |
|---|---|
| out | format-string object whose contents are replaced |
| value | new format-string contents |