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

Method operator>

include/sol/stack_iterator.hpp:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 bool operator>(const stack_iterator& r) const {
134 return index > r.index;
135 }
136
137 bool operator<=(const stack_iterator& r) const {
138 return index <= r.index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected