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

Function for_

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

Source from the content-addressed store, hash-verified

80}
81
82static constexpr auto for_(auto init, auto cond, auto post) noexcept {
83 return [=](auto... code) {
84 return loop_(init, break_(while_(cond)(code..., post)));
85 };
86}
87
88namespace _impl_ {
89

Callers 9

read_arrayFunction · 0.85
write_arrayFunction · 0.85
mergesort.cppFile · 0.85
hello_world.cppFile · 0.85
write_intFunction · 0.85
memcpyFunction · 0.85
strlenFunction · 0.85
strcpyFunction · 0.85
putsFunction · 0.85

Calls 2

loop_Function · 0.85
while_Function · 0.85

Tested by

no test coverage detected