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