Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SheafificationOfG/based-cpp
/ switch_impl
Function
switch_impl
gil/std.base.hpp:102–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
};
101
102
static constexpr auto switch_impl(auto expr) noexcept { return block_(); }
103
104
template <typename Expr, typename Body>
105
static constexpr auto switch_impl(auto expr, Case<Expr, Body> case_,
Callers
1
switch_
Function · 0.85
Calls
3
block_
Function · 0.85
if_
Function · 0.85
else_
Method · 0.80
Tested by
no test coverage detected