[#BloombergLP-bslfmt-Format_String_TestUpdater-update-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/Format_String_TestUpdater.adoc[Format_String_TestUpdater]::update :relfileprefix: ../../../ :mrdocs: 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FORMATSTRING> static void xref:BloombergLP/bslfmt/Format_String_TestUpdater/update-01.adoc[update]( t_FORMATSTRING* out, bsl::basic_string_view<t_CHAR> value); ---- [.small]#xref:BloombergLP/bslfmt/Format_String_TestUpdater/update-01.adoc[_» more..._]# Update the string contained in the specified `out` to the specified `value`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_FORMATSTRING> static void xref:BloombergLP/bslfmt/Format_String_TestUpdater/update-04.adoc[update]( t_FORMATSTRING* out, t_CHAR const* value); ---- [.small]#xref:BloombergLP/bslfmt/Format_String_TestUpdater/update-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#