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

Method vformat

extlibs/fmt/include/fmt/format.h:3473–3479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3471
3472template <typename Char>
3473inline std::basic_string<Char> internal::vformat(
3474 basic_string_view<Char> format_str,
3475 basic_format_args<buffer_context<type_identity_t<Char>>> args) {
3476 basic_memory_buffer<Char> buffer;
3477 internal::vformat_to(buffer, format_str, args);
3478 return to_string(buffer);
3479}
3480
3481/**
3482 Returns the number of characters in the output of

Callers

nothing calls this directly

Calls 2

vformat_toFunction · 0.70
to_stringFunction · 0.70

Tested by

no test coverage detected