| 1676 | |
| 1677 | void mark() { _group = (value_type *)static_cast<uintptr_t>(-1); } |
| 1678 | bool is_marked() const { return _group == (value_type *)static_cast<uintptr_t>(-1); } |
| 1679 | |
| 1680 | private: |
| 1681 | // --------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected