Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Geode-solutions/OpenGeode
/ CachedValue
Method
CachedValue
include/geode/basic/cached_value.hpp:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
typename std::add_pointer< ReturnType( Args... ) >::type;
44
45
CachedValue() = default;
46
CachedValue( const CachedValue& other )
47
{
48
value_ = other.value_;
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected