Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ width
Method
width
gecode/int/view/int.hpp:84–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
return x->size();
83
}
84
forceinline unsigned int
85
IntView::width(void) const {
86
return x->width();
87
}
88
forceinline unsigned int
89
IntView::regret_min(void) const {
90
return x->regret_min();
Callers
1
print.hpp
File · 0.45
Calls
1
width
Function · 0.85
Tested by
no test coverage detected