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

Method operator>=

include/sol/stack_iterator.hpp:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 bool operator>=(const stack_iterator& r) const {
142 return index >= r.index;
143 }
144 };
145
146 template <typename proxy_t, bool is_const>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected