MCPcopy 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
129static constexpr auto default_(auto... body) noexcept {
130 return _impl_::Default{lib::code::ctrl::Block<decltype(body)...>{{body...}}};
131}
132
133static constexpr auto switch_(auto expr) noexcept {
134 return [=](auto... cases) {

Callers 1

calculator.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected