Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
215
template <typename Name, typename Value>
216
constexpr auto deref(code::BoundVar<Name, Value> bv) noexcept {
217
return bv.value;
218
}
219
220
constexpr auto deref(auto other) noexcept { return other; }
221
Callers
1
std.impl.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected