|
Rcpp Version 1.0.14
|

Go to the source code of this file.
Namespaces | |
| namespace | Rcpp |
| Rcpp API. | |
| namespace | Rcpp::sugar |
Functions | |
| template<int RTYPE, bool NA, typename T > | |
| Vector< RTYPE > | Rcpp::sugar::na_omit_impl (const T &x, Rcpp::traits::false_type) |
| template<int RTYPE, bool NA, typename T > | |
| Vector< RTYPE > | Rcpp::sugar::na_omit_impl (const T &x, Rcpp::traits::true_type) |
| template<int RTYPE, bool NA, typename T > | |
| Vector< RTYPE > | Rcpp::na_omit (const VectorBase< RTYPE, NA, T > &t) |