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

Method operator>

tests/coroutines/source/array_proxy_lifetime.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 return index != rhs.index;
92 }
93 inline bool operator>(const iterator& rhs) {
94 return index > rhs.index;
95 }
96 inline bool operator<(const iterator& rhs) {
97 return index < rhs.index;
98 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected