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

Function is_na

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

Source from the content-addressed store, hash-verified

30 // default to always false, applies to VECSXP, EXPRSXP and RAWSXP
31 template <int RTYPE>
32 bool is_na(typename storage_type<RTYPE>::type) {
33 return false;
34 }
35
36 template <>
37 inline bool is_na<INTSXP>(int x) {

Callers 13

runit_isnaFunction · 0.50
runit_isna_isnaFunction · 0.50
runit_any_isnaFunction · 0.50
has_na_dvFunction · 0.50
has_na_dtvFunction · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
sumFunction · 0.50
prodFunction · 0.50
maxFunction · 0.50
minFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected