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

Method on_dynamic_width

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

Source from the content-addressed store, hash-verified

2211 context_(ctx) {}
2212
2213 template <typename Id> FMT_CONSTEXPR void on_dynamic_width(Id arg_id) {
2214 this->specs_.width = get_dynamic_spec<width_checker>(
2215 get_arg(arg_id), context_.error_handler());
2216 }
2217
2218 template <typename Id> FMT_CONSTEXPR void on_dynamic_precision(Id arg_id) {
2219 this->specs_.precision = get_dynamic_spec<precision_checker>(

Callers 1

operator()Method · 0.45

Calls 1

error_handlerMethod · 0.45

Tested by

no test coverage detected