MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / fn_

Function fn_

gil/std.base.hpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162} // namespace _impl_
163
164static constexpr auto fn_(auto... args) {
165 return [=](auto... code) {
166 return _impl_::Lambda{lib::bundle::Bundle{args...}, loop_(code..., break_)};
167 };
168}
169
170namespace _impl_ {
171

Callers 2

mergesort.cppFile · 0.85
hello_world.cppFile · 0.85

Calls 1

loop_Function · 0.85

Tested by

no test coverage detected