Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
static 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
88
namespace _impl_ {
89
Callers
9
read_array
Function · 0.85
write_array
Function · 0.85
mergesort.cpp
File · 0.85
hello_world.cpp
File · 0.85
write_int
Function · 0.85
memcpy
Function · 0.85
strlen
Function · 0.85
strcpy
Function · 0.85
puts
Function · 0.85
Calls
2
loop_
Function · 0.85
while_
Function · 0.85
Tested by
no test coverage detected