Constructors
Declared in <bslfmt_format_args.h>
Create a basic_format_args object which contains no arguments.
basic_format_args() noexcept;
» more...
Create a basic_format_args from the arguments held by store.
template<class... t_ARGS>
basic_format_args(Format_ArgsStore<t_CONTEXT, t_ARGS...> const& store) noexcept;
» more...
| Name | Description |
|---|---|
| store | argument store providing the referenced format arguments |