A class intended to provide access to formatting arguments. This should not be constructed directly but indirectly using one of the make_format_args or the make_wformat_args functions. 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 basic_format_args;
Member Functions
Name |
Description |
|
Constructors |
Return the argument held at the position given by the specified |
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 |
Created with MrDocs