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

Class Flow

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

Source from the content-addressed store, hash-verified

173namespace _impl_ {
174
175template <auto code> struct Flow;
176
177template <typename T, Break<T> break_> struct Flow<break_> {};
178template <Continue continue_> struct Flow<continue_> {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected