| 528 | } |
| 529 | |
| 530 | [[nodiscard]] constexpr operator bool() const noexcept { return (parent->a[num_index] & bit_index) > 0; } |
| 531 | |
| 532 | [[nodiscard]] constexpr bool operator~() const noexcept { return !static_cast<bool>(*this); } |
| 533 |
nothing calls this directly
no outgoing calls
no test coverage detected