MCPcopy 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
102static constexpr auto switch_impl(auto expr) noexcept { return block_(); }
103
104template <typename Expr, typename Body>
105static 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