| 52 | return base_; |
| 53 | } |
| 54 | constexpr V base() && { return std::move(base_); } |
| 55 | |
| 56 | constexpr auto begin() { return iterator<false>{this}; } |
| 57 | constexpr auto end() { return sentinel<false>{}; } |
nothing calls this directly
no outgoing calls
no test coverage detected