iterators
| 648 | |
| 649 | public: // iterators |
| 650 | constexpr const_iterator begin() const { return m_start; } |
| 651 | constexpr const_iterator end() const { return m_start + m_size; } |
| 652 | }; |
| 653 |
nothing calls this directly
no outgoing calls
no test coverage detected