| 102 | } |
| 103 | |
| 104 | bool HaveBitValue(const int nIndex) |
| 105 | { |
| 106 | return GetBitValue(nIndex) != NoneValue; |
| 107 | } |
| 108 | |
| 109 | //////////////////////////////////////////////////////////////////////////////////////// |
| 110 | static int GetFirstNoValueIndex(const T& nValue) |
nothing calls this directly
no outgoing calls
no test coverage detected