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

Class Block

gil/std.impl.hpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165};
166
167template <typename... Code> struct Block {
168 bundle::Bundle<Code...> code;
169};
170
171// These workarounds are unnecessary in clang, but my channel isn't called the
172// animated closure of g.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected