This component‐private type holds an array of basic_format_arg objects and is intended to be implicitly convertible to basic_format_args. Note that this type has reference semantics and users must ensure that this type does not outlive the arguments used in its construction.
Synopsis
Declared in <bslfmt_format_args.h>
template<
class t_CONTEXT,
class... t_ARGS>
class Format_ArgsStore;
Friends
Name |
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 |
|
A class intended to provide access to formatting arguments. This should not be constructed directly but indirectly using one of the |
Non-Member Functions
Name |
Description |
From the specified |
|
From the specified |
Created with MrDocs