Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ operator!=
Method
operator!=
include/sol/stack_iterator.hpp:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
bool operator!=(const stack_iterator& r) const {
126
return !(this->operator==(r));
127
}
128
129
bool operator<(const stack_iterator& r) const {
130
return index < r.index;
Callers
nothing calls this directly
Calls
1
operator==
Method · 0.95
Tested by
no test coverage detected