|
Rcpp Version 0.9.10
|

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> | |
| 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 > () |