Rcpp Version 1.0.14
Loading...
Searching...
No Matches
is_na.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Rcpp
 Rcpp API.
 
namespace  Rcpp::traits
 traits used to dispatch wrap
 

Functions

template<int RTYPE>
bool Rcpp::traits::is_na (typename storage_type< RTYPE >::type)
 
template<>
bool Rcpp::traits::is_na< INTSXP > (int x)
 
template<>
bool Rcpp::traits::is_na< REALSXP > (double x)
 
template<>
bool Rcpp::traits::is_na< CPLXSXP > (Rcomplex x)
 
template<>
bool Rcpp::traits::is_na< STRSXP > (SEXP x)
 
template<>
bool Rcpp::traits::is_na< LGLSXP > (int x)