Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ V
Method
V
tests/run_time/source/operators.cpp:55–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
struct V {
54
int a;
55
V(int x = 20) : a(x) {
56
}
57
bool operator==(const V& r) const {
58
return a == r.a;
59
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected