BloombergLP::bslfmt::basic_format_args::basic_format_args

Constructors

Synopses

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 object which contains the arguments held by the specified store. Typically this constructor would be called using the return value of make_format_args or of make_wformat_args.

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