Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SheafificationOfG/based-cpp
/ default_
Function
default_
gil/std.base.hpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
static constexpr auto default_(auto... body) noexcept {
130
return _impl_::Default{lib::code::ctrl::Block<decltype(body)...>{{body...}}};
131
}
132
133
static constexpr auto switch_(auto expr) noexcept {
134
return [=](auto... cases) {
Callers
1
calculator.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected