| 447 | // -------------------------------------------------------------------------- |
| 448 | |
| 449 | inline uint32_t get() const noexcept { return v; } |
| 450 | inline void reset(uint32_t value) noexcept { v = value; } |
| 451 | |
| 452 | inline bool has_q() const noexcept { return (v & kQ) != 0; } |