fmt::dynamic_format_arg_store
A dynamic list of formatting arguments with storage.
Synopsis
Declared in <fmt/args.h>
template<typename Context>
class dynamic_format_arg_store;
Member Functions
Friends
Name |
Description |
basic_format_args |
A view of a collection of formatting arguments. To avoid lifetime issues it should only be used as a parameter type in type-erased functions such as vformat : |
|===
Description
It can be implicitly converted into fmt::basic_format_args
for passing into type-erased formatting functions such as fmt::vformat
.