22 #ifndef Rcpp__sugar__lapply_h
23 #define Rcpp__sugar__lapply_h
28 template <
int RTYPE,
bool NA,
typename T,
typename Function>
32 Lapply<RTYPE,NA,T,Function>
36 typedef typename ::Rcpp::traits::result_of<Function>::type
result_type ;
53 template <
int RTYPE,
bool NA,
typename T,
typename Function >
Lapply(const VEC &vec_, Function fun_)
::Rcpp::traits::result_of< Function >::type result_type
SEXP operator[](R_xlen_t i) const
Rcpp::VectorBase< RTYPE, NA, T > VEC
Function_Impl< PreserveStorage > Function
sugar::Lapply< RTYPE, NA, T, Function > lapply(const Rcpp::VectorBase< RTYPE, NA, T > &t, Function fun)
SEXP wrap(const Date &date)