BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslfmt::Format_ArgUtil Class Reference

#include <bslfmt_format_arg.h>

Detailed Description

This class provides utility functions to enable manipulation of types declared by this component. It is solely for private use by other components of the bslfmt package and should not be used directly.

See bslfmt_format_arg

Static Public Member Functions

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)
 

Member Function Documentation

◆ makeFormatArgArray()

template<class t_CONTEXT , class... t_FMTARGS>
void bslfmt::Format_ArgUtil::makeFormatArgArray ( bsl::array< basic_format_arg< t_CONTEXT >, sizeof...(t_FMTARGS)> *  out,
t_FMTARGS &...  fmt_args 
)
inlinestatic

Replace the members of the specified out parameter by basic_format_arg objects constructed from the members of the specified fmt_args parameter.


The documentation for this class was generated from the following file: