Rcpp Version 1.0.9
get_na.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

template<int RTYPE>
storage_type< RTYPE >::type Rcpp::traits::get_na ()
 
template<>
int Rcpp::traits::get_na< INTSXP > ()
 
template<>
int Rcpp::traits::get_na< LGLSXP > ()
 
template<>
double Rcpp::traits::get_na< REALSXP > ()
 
template<>
Rcomplex Rcpp::traits::get_na< CPLXSXP > ()
 
template<>
SEXP Rcpp::traits::get_na< STRSXP > ()
 
template<>
SEXP Rcpp::traits::get_na< VECSXP > ()