ΒΆtemplate <typename... T>
inline auto formatted_size(
format_string<T...> fmt,
T&&... args) -> size_t
template <typename... T>
inline auto formatted_size(
format_string<T...> fmt,
T&&... args) -> size_t
Description
Returns the number of chars in the output of ``format(fmt, args...)``.
Declared at: third_party/fmt/include/fmt/core.h:2853
Templates
- T
Parameters
- format_string<T...> fmt
- T&&... args