| 31 | typedef typename Rcpp::VectorBase<RTYPE,NA,T> VEC_TYPE ; |
| 32 | typedef typename Rcpp::traits::storage_type<RTYPE>::type STORAGE ; |
| 33 | WhichMin(const VEC_TYPE& obj_ ) : obj(obj_){} |
| 34 | |
| 35 | R_xlen_t get() const { |
| 36 | STORAGE current = obj[0] ; |
nothing calls this directly
no outgoing calls
no test coverage detected