MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator()

Method operator()

extlibs/fmt/include/fmt/format.h:2372–2372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2370 explicit FMT_CONSTEXPR width_adapter(SpecHandler& h) : handler(h) {}
2371
2372 FMT_CONSTEXPR void operator()() { handler.on_dynamic_width(auto_id()); }
2373 FMT_CONSTEXPR void operator()(int id) { handler.on_dynamic_width(id); }
2374 FMT_CONSTEXPR void operator()(basic_string_view<Char> id) {
2375 handler.on_dynamic_width(id);

Callers

nothing calls this directly

Calls 2

auto_idClass · 0.85
on_dynamic_widthMethod · 0.45

Tested by

no test coverage detected