[#BloombergLP-bslfmt-Format_ArgsUtil-formatArgsSize] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::xref:BloombergLP/bslfmt/Format_ArgsUtil.adoc[Format_ArgsUtil]::formatArgsSize :relfileprefix: ../../../ :mrdocs: Return the number of arguments held by the specified `args`. == Synopsis Declared in `<bslfmt_format_args.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_CONTEXT> static size_t formatArgsSize(xref:BloombergLP/bslfmt/basic_format_args.adoc[basic_format_args<t_CONTEXT>] const& args); ---- == Description This permits access to the private `size` accessor of `basic_format_args` without requiring long distance friendship. == Return Value the number of arguments held by `args` == Parameters [cols="1,4"] |=== | Name| Description | *args* | format arguments whose size is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#