Replace the members of the specified out parameter by basic_format_arg objects constructed from the members of the specified fmt_args parameter.
Synopsis
Declared in <bslfmt_format_arg.h>
template<
class t_CONTEXT,
class... t_FMTARGS>
static
void
makeFormatArgArray(
bsl::array<basic_format_arg<t_CONTEXT>, sizeof...(t_FMTARGS)>* out,
t_FMTARGS&... fmt_args);
Parameters
Name |
Description |
out |
array to fill with constructed format arguments |
fmt_args |
values from which to construct format arguments |
Created with MrDocs