We'll have versions for our special non-empty iterator too ----------------------------------------------------------
| 1052 | // We'll have versions for our special non-empty iterator too |
| 1053 | // ---------------------------------------------------------- |
| 1054 | ne_iterator ne_begin() { return reinterpret_cast<pointer>(_group); } |
| 1055 | const_ne_iterator ne_begin() const { return reinterpret_cast<pointer>(_group); } |
| 1056 | const_ne_iterator ne_cbegin() const { return reinterpret_cast<pointer>(_group); } |
| 1057 | ne_iterator ne_end() { return reinterpret_cast<pointer>(_group + _num_items()); } |
no outgoing calls
no test coverage detected