BloombergLP::bslfmt::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.

Synopsis

Declared in <bslfmt_format_args.h>

class Format_ArgsUtil;

Static Member Functions

NameDescription
formatArgsSize Call size() on the specified args parameter and return the result. This is to permit access to the private size accessor of basic_format_args without requiring long distance friendship.
makeFormatArgs Create a Format_ArgsStore object containing basic_format_arg objects constructed from the specified fmt_args values.