| 900 | } |
| 901 | |
| 902 | constexpr const_iterator begin() const noexcept { |
| 903 | return const_iterator{this, index_type::begin(), index_type::end(), index_type::begin()}; |
| 904 | } |
| 905 | |
| 906 | constexpr const_iterator end() const noexcept { |
| 907 | return const_iterator{this, index_type::begin(), index_type::end(), index_type::end()}; |
no outgoing calls
no test coverage detected