| 159 | |
| 160 | constexpr operator none::None() const noexcept { return result; } |
| 161 | constexpr auto operator()() const noexcept { return *this; } |
| 162 | constexpr auto operator()(auto value) const noexcept { |
| 163 | return Break<decltype(value)>{value}; |
| 164 | } |
nothing calls this directly
no outgoing calls
no test coverage detected