Constructors

Synopses

Declared in <bslfmt_format_args.h>

Create a basic_format_args object which contains no arguments.

basic_format_args() noexcept;

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;

Parameters

Name

Description

store

argument store providing the referenced format arguments

Created with MrDocs