MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / formatted_size

Function formatted_size

extlibs/fmt/include/fmt/format.h:3486–3488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3484 */
3485template <typename... Args>
3486inline std::size_t formatted_size(string_view format_str, const Args&... args) {
3487 return format_to(internal::counting_iterator(), format_str, args...).count();
3488}
3489
3490template <typename Char, FMT_ENABLE_IF(std::is_same<Char, wchar_t>::value)>
3491void vprint(std::FILE* f, basic_string_view<Char> format_str,

Callers

nothing calls this directly

Calls 3

counting_iteratorClass · 0.85
format_toFunction · 0.70
countMethod · 0.45

Tested by

no test coverage detected