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

Method operator<=

include/sol/stack_iterator.hpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 bool operator<=(const stack_iterator& r) const {
138 return index <= r.index;
139 }
140
141 bool operator>=(const stack_iterator& r) const {
142 return index >= r.index;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected