Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ operator==
Method
operator==
examples/source/lua_value.cpp:20–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
bool operator==(const int_entry& e) const {
21
return value == e.value;
22
}
23
};
24
25
int main(int, char*[]) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected