MCPcopy Create free account
hub / github.com/Gecode/gecode / words

Method words

gecode/int/extensional/bit-set.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 template<class IndexType>
53 forceinline unsigned int
54 BitSet<IndexType>::words(void) const {
55 return static_cast<unsigned int>(_limit);
56 }
57
58 template<class IndexType>
59 forceinline unsigned int

Callers 5

compact.hppFile · 0.45
copyMethod · 0.45
postposcompactFunction · 0.45
postnegcompactFunction · 0.45
postrecompactFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected