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

Function vformat

extlibs/fmt/include/fmt/color.h:539–545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537
538template <typename S, typename Char = char_t<S>>
539inline std::basic_string<Char> vformat(
540 const text_style& ts, const S& format_str,
541 basic_format_args<buffer_context<type_identity_t<Char>>> args) {
542 basic_memory_buffer<Char> buf;
543 internal::vformat_to(buf, ts, to_string_view(format_str), args);
544 return fmt::to_string(buf);
545}
546
547/**
548 \rst

Callers 1

formatFunction · 0.70

Calls 3

vformat_toFunction · 0.70
to_string_viewFunction · 0.70
to_stringFunction · 0.70

Tested by

no test coverage detected