Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ size
Function
size
gecode/iter/ranges-operations.hpp:73–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
template<class I>
73
inline unsigned int
74
size(I& i) {
75
unsigned int s = 0;
76
while (i()) {
77
s += i.width(); ++i;
78
}
79
return s;
80
}
81
82
template<class I, class J>
83
forceinline bool
Callers
15
TreeCanvas
Method · 0.50
layoutDone
Method · 0.50
help
Method · 0.50
parse
Method · 0.50
SetVarArray
Method · 0.50
SetVarArgs
Method · 0.50
propagate
Method · 0.50
propagate
Method · 0.50
propagate
Method · 0.50
interCard
Function · 0.50
unionCard
Function · 0.50
unionNCard
Function · 0.50
Calls
2
i
Function · 0.70
width
Method · 0.45
Tested by
no test coverage detected