| 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 |
no outgoing calls
no test coverage detected