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

Function format

extlibs/fmt/include/fmt/color.h:560–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558*/
559template <typename S, typename... Args, typename Char = char_t<S>>
560inline std::basic_string<Char> format(const text_style& ts, const S& format_str,
561 const Args&... args) {
562 return vformat(ts, to_string_view(format_str),
563 internal::make_args_checked<Args...>(format_str, args...));
564}
565
566FMT_END_NAMESPACE
567

Callers

nothing calls this directly

Calls 2

vformatFunction · 0.70
to_string_viewFunction · 0.70

Tested by

no test coverage detected