Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ words
Method
words
gecode/int/extensional/tiny-bit-set.hpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
183
template<unsigned int sz>
184
forceinline unsigned int
185
TinyBitSet<sz>::words(void) const {
186
return width();
187
}
188
189
template<unsigned int sz>
190
forceinline unsigned int
Callers
1
TinyBitSet
Method · 0.45
Calls
1
width
Function · 0.85
Tested by
no test coverage detected