Rcpp Version 1.0.9
na_omit.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::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)