| 395 | constexpr F const & f() const { return *f_.f_; } |
| 396 | |
| 397 | constexpr auto begin() { return iterator<false>{this}; } |
| 398 | constexpr auto end() { return sentinel<false>{}; } |
| 399 | |
| 400 | constexpr auto begin() const |
no outgoing calls
no test coverage detected