MCPcopy Create free account
hub / github.com/ThePhD/sol2 / operator<

Method operator<

tests/coroutines/source/array_proxy_lifetime.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 return index > rhs.index;
95 }
96 inline bool operator<(const iterator& rhs) {
97 return index < rhs.index;
98 }
99 inline bool operator>=(const iterator& rhs) {
100 return index >= rhs.index;
101 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected