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

Function format_to

extlibs/fmt/include/fmt/compile.h:532–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530template <typename OutputIt, typename CompiledFormat, typename... Args,
531 FMT_ENABLE_IF(internal::is_compiled_format<CompiledFormat>::value)>
532OutputIt format_to(OutputIt out, const CompiledFormat& cf,
533 const Args&... args) {
534 return cf.format(out, args...);
535}
536# else
537template <typename... Args, typename S,
538 FMT_ENABLE_IF(is_compile_string<S>::value)>

Callers 2

format_to_nFunction · 0.70
formatted_sizeFunction · 0.70

Calls 2

rangeFunction · 0.50
formatMethod · 0.45

Tested by

no test coverage detected