| 36 | typedef Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits<RESULT_TYPE>::rtype ,NA,T1> VEC_TYPE ; |
| 37 | |
| 38 | SugarMath_1( FunPtr ptr_, const VEC_TYPE & vec_) : ptr(ptr_), vec(vec_){} |
| 39 | |
| 40 | inline RESULT_TYPE operator[]( R_xlen_t i) const { |
| 41 | U1 x = vec[i] ; |
nothing calls this directly
no outgoing calls
no test coverage detected