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

Method operator*

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

Source from the content-addressed store, hash-verified

98template <typename Name> struct Ref {
99 Name name;
100 constexpr auto operator*() const noexcept { return Var{name}; }
101};
102
103template <typename Name, typename Value> struct BoundVar {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected