Create a Format_ArgsStore object containing basic_format_arg objects constructed from the specified fmt_args values.

Synopsis

Declared in <bslfmt_format_args.h>

template<
    class t_CONTEXT,
    class... t_ARGS>
static
Format_ArgsStore<t_CONTEXT, t_ARGS...>
makeFormatArgs(t_ARGS&... fmt_args);

Return Value

a store of format arguments constructed from fmt_args

Parameters

Name

Description

fmt_args

values used to construct the contained format arguments

Created with MrDocs