MCPcopy Create free account
hub / github.com/SheafificationOfG/based-cpp / Block<>

Class Block<>

gil/gil.impl.hpp:495–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493template <typename... Instructions> struct Block;
494
495template <> struct Block<> {
496 template <typename Runtime> using Run = Runtime;
497};
498
499template <typename Instruction, typename... Instructions>
500struct Block<Instruction, Instructions...> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected