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

Class Peek

gil/gil.impl.hpp:443–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441};
442
443template <auto expr> struct Peek {
444 template <typename Runtime>
445 using Eval = tfunc::Get<typename Runtime::Stdin, Eval<Runtime, expr>::value,
446 type::None>;
447};
448
449template <auto expr> struct Len {
450 template <typename Runtime> using Eval = tfunc::Len<Eval<Runtime, expr>>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected