22 #ifndef Rcpp__sugar__rep_len_h
23 #define Rcpp__sugar__rep_len_h
28 template <
int RTYPE,
bool NA,
typename T>
38 return object[ i %
n ] ;
40 inline R_xlen_t
size()
const {
return len ; }
49 template <
int RTYPE,
bool NA,
typename T>
Rcpp::traits::storage_type< RTYPE >::type STORAGE
STORAGE operator[](R_xlen_t i) const
Rep_len(const VEC_TYPE &object_, R_xlen_t len_)
Rcpp::VectorBase< RTYPE, NA, T > VEC_TYPE
sugar::Rep_len< RTYPE, NA, T > rep_len(const VectorBase< RTYPE, NA, T > &t, R_xlen_t len)