| 269 | constexpr V replacement() && { return std::move(replacement_); } |
| 270 | |
| 271 | constexpr auto begin() { return iterator<false>{this}; } |
| 272 | constexpr auto end() { return sentinel<false>{}; } |
| 273 | |
| 274 | constexpr auto begin() const |
nothing calls this directly
no outgoing calls
no test coverage detected