MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / Break

Class Break

gil/std.impl.hpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149struct Continue {};
150
151template <typename T = none::None> struct Break {
152 T result;
153
154 constexpr operator T() const noexcept { return result; }
155};
156
157template <> struct Break<> {
158 none::None result{};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected