BloombergLP::bslfmt::basic_format_args::basic_format_args

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

NameDescription
storeargument store providing the referenced format arguments