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

Method operator&

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

Source from the content-addressed store, hash-verified

106
107 constexpr operator Value() const noexcept { return value; }
108 constexpr auto operator&() const noexcept { return Ref{name}; }
109 constexpr auto operator*() const noexcept { return value; }
110 constexpr auto operator[](auto... params) const noexcept {
111 return Var{bundle::Bundle{name, params...}};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected