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

Method check_precision

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

Source from the content-addressed store, hash-verified

2126 }
2127
2128 FMT_CONSTEXPR void check_precision() {
2129 if (is_integral_type(arg_type_) || arg_type_ == type::pointer_type)
2130 error_handler_.on_error("precision not allowed for this argument type");
2131 }
2132
2133 private:
2134 ErrorHandler& error_handler_;

Callers 2

end_precisionMethod · 0.80
vformat_toFunction · 0.80

Calls 2

is_integral_typeFunction · 0.85
on_errorMethod · 0.45

Tested by

no test coverage detected