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

Class Compile

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

Source from the content-addressed store, hash-verified

292namespace _impl_ {
293
294template <auto ir> struct Compile {
295 static constexpr auto expr = detail::expr::val<ir>;
296};
297
298template <code::Var var> struct Compile<var> {
299 static constexpr auto expr = detail::expr::var<var.name>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected