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

Function loop_

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

Source from the content-addressed store, hash-verified

66}
67
68static constexpr auto loop_(auto... code) noexcept {
69 return lib::ir::IR{lib::code::ctrl::LoopBlock{
70 lib::code::ctrl::Block<decltype(code)...>{{code...}}}};
71}
72
73static constexpr auto continue_ = lib::code::ctrl::Continue{};
74static constexpr auto break_ = lib::code::ctrl::Break{};

Callers 7

skip_whitespaceFunction · 0.85
read_intFunction · 0.85
block_Function · 0.85
while_Function · 0.85
for_Function · 0.85
operator()Method · 0.85
fn_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected