| 178 | } |
| 179 | |
| 180 | constexpr bool value() const noexcept |
| 181 | { |
| 182 | return (_storage[_blockIndex] & (kBlockValueOne << _blockOffset)) != kBlockValueZero; |
| 183 | } |
| 184 | |
| 185 | constexpr operator bool() const noexcept |
| 186 | { |
no outgoing calls
no test coverage detected