MCPcopy 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
28template <typename T, typename EXPR>
29class Lazy {
30public:
31 inline operator T() const { return static_cast<const EXPR&>(*this).get() ; }
32} ;
33
34}
35}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected