Utility functions for manipulating format argument types.
Declared in <bslfmt_format_args.h>
class Format_ArgsUtil;
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.
| Name | Description |
|---|---|
formatArgsSize | Return the number of arguments held by the specified args. |
makeFormatArgs | Create a Format_ArgsStore object containing basic_format_arg objects constructed from the specified fmt_args values. |