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.

Synopsis

Declared in <bslfmt_format_args.h>

template<class t_CONTEXT>
static
size_t
formatArgsSize(basic_format_args<t_CONTEXT> const& args);

Created with MrDocs