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

Method on_minus

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

Source from the content-addressed store, hash-verified

2156 }
2157
2158 FMT_CONSTEXPR void on_minus() {
2159 checker_.check_sign();
2160 Handler::on_minus();
2161 }
2162
2163 FMT_CONSTEXPR void on_space() {
2164 checker_.check_sign();

Callers

nothing calls this directly

Calls 1

check_signMethod · 0.80

Tested by

no test coverage detected