MCPcopy Create free account
hub / github.com/fmtlib/fmt / maybe_set_debug_format

Function maybe_set_debug_format

include/fmt/format.h:748–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746
747template <typename Formatter>
748FMT_CONSTEXPR auto maybe_set_debug_format(Formatter& f, bool set)
749 -> decltype(f.set_debug_format(set)) {
750 f.set_debug_format(set);
751}
752template <typename Formatter>
753FMT_CONSTEXPR void maybe_set_debug_format(Formatter&, ...) {}
754

Callers 4

parseMethod · 0.85
operator()Method · 0.85
parseFunction · 0.85

Calls 1

set_debug_formatMethod · 0.45

Tested by

no test coverage detected