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

Class IsBreak

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

Source from the content-addressed store, hash-verified

178template <Continue continue_> struct Flow<continue_> {};
179
180template <auto code> struct IsBreak;
181
182template <typename T, Break<T> break_> struct IsBreak<break_> {};
183

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected