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

Function block_

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

Source from the content-addressed store, hash-verified

74static constexpr auto break_ = lib::code::ctrl::Break{};
75
76static constexpr auto block_(auto... code) { return loop_(code..., break_); }
77
78static constexpr auto while_(auto cond) noexcept {
79 return [=](auto... code) { return loop_(if_(cond)(code...)->else_(break_)); };

Callers 11

read_arrayFunction · 0.85
write_arrayFunction · 0.85
mergesort.cppFile · 0.85
greetFunction · 0.85
isspaceFunction · 0.85
read<char>Function · 0.85
read_intFunction · 0.85
write_intFunction · 0.85
strlenFunction · 0.85
switch_implFunction · 0.85
switch_Function · 0.85

Calls 1

loop_Function · 0.85

Tested by

no test coverage detected