Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ Lazy
Class
Lazy
inst/include/Rcpp/sugar/functions/Lazy.h:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
template <typename T, typename EXPR>
29
class Lazy {
30
public:
31
inline operator T() const { return static_cast<const EXPR&>(*this).get() ; }
32
} ;
33
34
}
35
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected