[#BloombergLP-bslfmt-Format_ArgsUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::Format_ArgsUtil :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Format_ArgsUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslfmt/Format_ArgsUtil/formatArgsSize.adoc[`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. | xref:BloombergLP/bslfmt/Format_ArgsUtil/makeFormatArgs.adoc[`makeFormatArgs`] | Create a `Format_ArgsStore` object containing `basic_format_arg` objects constructed from the specified `fmt_args` values. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#