| 342 | return base_; |
| 343 | } |
| 344 | constexpr V base() && { return std::move(base_); } |
| 345 | |
| 346 | constexpr auto begin() { return iterator<false>{this}; } |
| 347 | constexpr auto end() { return sentinel<false>{}; } |
nothing calls this directly
no outgoing calls
no test coverage detected