[#fmt-vformat_to-07] = xref:fmt.adoc[fmt]::vformat_to :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<fmt/base.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<size_t N> [[deprecated]] xref:fmt/format_to_result.adoc[format_to_result] vformat_to( char(& out)[N], xref:fmt/string_view.adoc[string_view] fmt, xref:fmt/format_args.adoc[format_args] args); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#