| 32 | typedef Rcpp::VectorBase<RTYPE,NA,VEC_TYPE> BASE ; |
| 33 | |
| 34 | IsNa( const BASE& obj_) : obj(obj_){} |
| 35 | |
| 36 | inline int operator[]( R_xlen_t i ) const { |
| 37 | return ::Rcpp::traits::is_na<RTYPE>( obj[i] ) ; |
nothing calls this directly
no outgoing calls
no test coverage detected