iterators
| 671 | |
| 672 | public: // iterators |
| 673 | constexpr const_iterator begin() const { return m_start; } |
| 674 | constexpr const_iterator end() const { return m_start + m_size; } |
| 675 | }; |
| 676 |
nothing calls this directly
no outgoing calls
no test coverage detected