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

Method operator()

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

Source from the content-addressed store, hash-verified

2387 explicit FMT_CONSTEXPR precision_adapter(SpecHandler& h) : handler(h) {}
2388
2389 FMT_CONSTEXPR void operator()() { handler.on_dynamic_precision(auto_id()); }
2390 FMT_CONSTEXPR void operator()(int id) { handler.on_dynamic_precision(id); }
2391 FMT_CONSTEXPR void operator()(basic_string_view<Char> id) {
2392 handler.on_dynamic_precision(id);

Callers

nothing calls this directly

Calls 2

auto_idClass · 0.85
on_dynamic_precisionMethod · 0.45

Tested by

no test coverage detected