A dynamic list of formatting arguments with storage.
Synopsis
Declared in <fmt/args.h>
template<typename Context>
class dynamic_format_arg_store;
Description
It can be implicitly converted into fmt::basic_format_args for passing into type‐erased formatting functions such as fmt::vformat.
Member Functions
Name |
Description |
|
Default constructor |
Erase all elements from the store. |
|
|
|
Reserves space to store at least |
|
Returns the number of elements in the store. |
|
Conversion to |
Friends
Name |
Description |
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 |
Created with MrDocs