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

Class IR

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

Source from the content-addressed store, hash-verified

319namespace ir {
320
321template <typename Code> struct IR;
322
323template <typename Code> constexpr auto get_code(IR<Code> const &ir) {
324 return ir.code;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected