Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SheafificationOfG/based-cpp
/ Case
Class
Case
gil/std.base.hpp:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
} switcher;
92
93
template <typename Expr, typename Body> struct Case {
94
Expr expr;
95
Body body;
96
};
97
98
template <typename Body> struct Default {
99
Body body;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected