Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator[]
Method
operator[]
test/int.hpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
return dsv[0]();
63
}
64
inline int
65
CpltAssignment::operator[](int i) const {
66
assert((i>=0) && (i<n));
67
return dsv[i].val();
68
}
69
inline
70
CpltAssignment::~CpltAssignment(void) {
71
delete [] dsv;
Callers
nothing calls this directly
Calls
1
val
Method · 0.45
Tested by
no test coverage detected