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

Method on_dynamic_precision

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

Source from the content-addressed store, hash-verified

2216 }
2217
2218 template <typename Id> FMT_CONSTEXPR void on_dynamic_precision(Id arg_id) {
2219 this->specs_.precision = get_dynamic_spec<precision_checker>(
2220 get_arg(arg_id), context_.error_handler());
2221 }
2222
2223 void on_error(const char* message) { context_.on_error(message); }
2224

Callers 1

operator()Method · 0.45

Calls 1

error_handlerMethod · 0.45

Tested by

no test coverage detected