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

Function var_

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

Source from the content-addressed store, hash-verified

50}
51
52static constexpr auto var_(auto name) noexcept {
53 return global_(name)[*global_(_stack_local_scope_)];
54}
55
56static constexpr auto bundle(auto... parts) {
57 return lib::ir::IR{lib::bundle::Bundle{parts...}};

Callers 5

write_arrayFunction · 0.85
mergesort.cppFile · 0.85
hello_world.cppFile · 0.85
calculator.cppFile · 0.85
operator()Method · 0.85

Calls 1

global_Function · 0.85

Tested by

no test coverage detected