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

Class Advance

gil/gil.impl.hpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479};
480
481template <auto expr = expr::val<1u>> struct Advance {
482 template <typename Runtime>
483 using Run = Runtime::template WithStdin<
484 tfunc::Pop<typename Runtime::Stdin, expr::Eval<Runtime, expr>::value>>;
485};
486
487template <auto... exprs> struct Put {
488 template <typename Runtime>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected