Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ width
Method
width
gecode/iter/ranges-map.hpp:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
template<class I, class M>
248
forceinline unsigned int
249
Map<I,M,true>::width(void) const {
250
return static_cast<unsigned int>(max()-min())+1;
251
}
252
253
}}}
254
Callers
1
size
Function · 0.45
Calls
2
max
Function · 0.50
min
Function · 0.50
Tested by
no test coverage detected