[#BloombergLP-bslfmt-formatted_size-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslfmt.adoc[bslfmt]::formatted_size :relfileprefix: ../../ :mrdocs: Calculate the length of the resulting string if the specified `args` were to be formatted according to the specification given by the specified `fmtStr`, and return the result. == Synopses Declared in `<bslfmt_format_imp.h>` Calculate the length of the resulting string if the specified `args` were to be formatted according to the specification given by the specified `fmtStr`, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... t_ARGS> std::size_t xref:BloombergLP/bslfmt/formatted_size-09.adoc[formatted_size]( xref:BloombergLP/bslfmt/format_string.adoc[bslfmt::format_string<t_ARGS...>] fmtStr, t_ARGS const&... args); ---- [.small]#xref:BloombergLP/bslfmt/formatted_size-09.adoc[_» more..._]# Calculate the length of the resulting string if the specified `args` were to be formatted according to the specification given by the specified `fmtStr`, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class... t_ARGS> std::size_t xref:BloombergLP/bslfmt/formatted_size-01.adoc[formatted_size]( xref:BloombergLP/bslfmt/wformat_string.adoc[bslfmt::wformat_string<t_ARGS...>] fmtStr, t_ARGS const&... args); ---- [.small]#xref:BloombergLP/bslfmt/formatted_size-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#