Project OpenGeode
class CachedValue
Functions
operator()
cpp
public const ReturnType & operator()(CachedFunction<Args...> computer, Args &&... args)
public const ReturnType & operator()(CachedFunction<Args...> computer, Args &&... args)
operator!=
cpp
public bool operator!=(const CachedValue<ReturnType> & other)
public bool operator!=(const CachedValue<ReturnType> & other)
reset
cpp
public void reset()
public void reset()
computed
cpp
public bool computed()
public bool computed()
value
cpp
public const ReturnType & value()
public const ReturnType & value()