MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / operator<

Function operator<

edrav2/eprj/boost/libs/python/test/operators.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47X& operator-=(X& l, X const& r) { l.set(l.value() - r.value()); return l; }
48
49bool operator<(X const& x, X const& y) { return x.value() < y.value(); }
50bool operator<(X const& x, int y) { return x.value() < y; }
51bool operator<(int x, X const& y) { return x < y.value(); }
52

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected