[#fmt-formatter-03-format-0d] = xref:fmt.adoc[fmt]::xref:fmt/formatter-03.adoc[formatter<T>]::format :relfileprefix: ../../ :mrdocs: Format a strong value by formatting its underlying value. == Synopsis Declared in `<folly/lang/Strong.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto format( T const& st, auto& ctx) const; ---- == Return Value The output iterator past the formatted output. == Parameters [cols="1,4"] |=== | Name| Description | *st* | The strong value to format. | *ctx* | The formatting context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#