BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bslfmt::Format_ArgsStore< t_CONTEXT, t_ARGS > Class Template Reference

#include <bslfmt_format_args.h>

Detailed Description

template<class t_CONTEXT, class... t_ARGS>
class bslfmt::Format_ArgsStore< t_CONTEXT, t_ARGS >

This component-private type holds an array of basic_format_arg objects and is intended to be implicitly convertible to basic_format_args .

Note
Note that this type has reference semantics and users must ensure that this type does not outlive the arguments used in its construction.

See bslfmt_format_args

Friends

template<class t_INNER_CONTEXT >
class basic_format_args
 
class Format_ArgsUtil
 

Friends And Related Symbol Documentation

◆ basic_format_args

template<class t_CONTEXT , class... t_ARGS>
template<class t_INNER_CONTEXT >
friend class basic_format_args
friend

◆ Format_ArgsUtil

template<class t_CONTEXT , class... t_ARGS>
friend class Format_ArgsUtil
friend

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