MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / IsNa

Method IsNa

inst/include/Rcpp/sugar/functions/is_na.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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] ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected