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

Function vformat

extlibs/fmt/include/fmt/core.h:1718–1722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1716
1717template <typename S, typename Char = char_t<S>>
1718inline std::basic_string<Char> vformat(
1719 const S& format_str,
1720 basic_format_args<buffer_context<type_identity_t<Char>>> args) {
1721 return internal::vformat(to_string_view(format_str), args);
1722}
1723
1724/**
1725 \rst

Callers 3

initMethod · 0.70
formatFunction · 0.70
initMethod · 0.50

Calls 1

to_string_viewFunction · 0.70

Tested by

no test coverage detected