Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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

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)