| 89 | |
| 90 | template <int RTYPE, bool NA, typename T> |
| 91 | inline sugar::IsNa<RTYPE,NA,T> is_na( const Rcpp::VectorBase<RTYPE,NA,T>& t) { |
| 92 | return sugar::IsNa<RTYPE,NA,T>(t); |
| 93 | } |
| 94 | |
| 95 | inline sugar::IsNa_Vector_is_na<oldDatetimeVector> is_na(const oldDatetimeVector& x) { |
| 96 | return sugar::IsNa_Vector_is_na<oldDatetimeVector>( x ) ; |
no outgoing calls
no test coverage detected