fmt::formatted_size

Returns the number of chars in the output of format(fmt, args...).

Synopsis

Declared in <fmt/base.h>
template<typename... T>
[[nodiscard, always_inline]]
size_t
formatted_size(
    format_string<T...> fmt,
    T...&&... args);


Created with MrDocs