[#fmt-format-0c2] = xref:fmt.adoc[fmt]::format :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<fmt/format.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename... T> std::string format( xref:fmt/locale_ref.adoc[locale_ref] loc, xref:fmt/format_string.adoc[format_string<T...>] fmt, T&&... args); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#