| 58 | end_iterator(std::move(end_iterator)) {} |
| 59 | |
| 60 | IteratorT begin() const { return begin_iterator; } |
| 61 | IteratorT end() const { return end_iterator; } |
| 62 | bool empty() const { return begin_iterator == end_iterator; } |
| 63 | }; |
no outgoing calls
no test coverage detected