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

Class Interpret

gil/std.impl.hpp:372–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370namespace interpret {
371
372template <typename Runtime, auto code> struct Interpret {
373 using Effect = Runtime;
374 static constexpr auto retval = code;
375};
376
377template <typename Runtime, bundle::Bundle<> bundle>
378struct Interpret<Runtime, bundle> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected