Loading...
Searching...
No Matches
Go to the documentation of this file.
22#ifndef Rcpp__sugar__Lazy_h
23#define Rcpp__sugar__Lazy_h
28template <
typename T,
typename EXPR>
31 inline operator T()
const {
return static_cast<const EXPR&
>(*this).get() ; }