Create a basic_format_args from the arguments held by store.

Synopsis

Declared in <bslfmt_format_args.h>

template<class... t_ARGS>
basic_format_args(Format_ArgsStore<t_CONTEXT, t_ARGS...> const& store) noexcept;

Description

Typically this constructor would be called using the return value of make_format_args or of make_wformat_args.

Parameters

Name

Description

store

argument store providing the referenced format arguments

Created with MrDocs