Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ get
Method
get
gecode/support/bitset-offset.hpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
template<class A>
105
forceinline bool
106
BitSetOffset<A>::get(int i) const {
107
return BitSetBase::get(static_cast<unsigned int>(i-_offset));
108
}
109
110
template<class A>
111
forceinline void
Callers
1
bitset-offset.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected