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

Function vformat_to

extlibs/fmt/include/fmt/locale.h:19–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace internal {
18template <typename Char>
19typename buffer_context<Char>::iterator vformat_to(
20 const std::locale& loc, buffer<Char>& buf,
21 basic_string_view<Char> format_str,
22 basic_format_args<buffer_context<type_identity_t<Char>>> args) {
23 using range = buffer_range<Char>;
24 return vformat_to<arg_formatter<range>>(buf, to_string_view(format_str), args,
25 internal::locale_ref(loc));
26}
27
28template <typename Char>
29std::basic_string<Char> vformat(

Callers 2

vformatFunction · 0.70
format_toFunction · 0.70

Calls 3

locale_refClass · 0.85
to_string_viewFunction · 0.70
rangeFunction · 0.50

Tested by

no test coverage detected