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

Function deref

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

Source from the content-addressed store, hash-verified

214
215template <typename Name, typename Value>
216constexpr auto deref(code::BoundVar<Name, Value> bv) noexcept {
217 return bv.value;
218}
219
220constexpr auto deref(auto other) noexcept { return other; }
221

Callers 1

std.impl.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected