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

Go to the source code of this file.

Classes

class  Rcpp::sugar::Nona< RTYPE, NA, VECTOR >
 
class  Rcpp::sugar::Nona< RTYPE, NA, Rcpp::Vector< RTYPE > >
 
class  Rcpp::sugar::NonaPrimitive< T >
 

Namespaces

 Rcpp
 Rcpp API.
 
 Rcpp::sugar
 

Functions

template<int RTYPE, bool NA, typename VECTOR >
sugar::Nona< RTYPE, NA, VECTOR > Rcpp::noNA (const Rcpp::VectorBase< RTYPE, NA, VECTOR > &vec)
 
sugar::NonaPrimitive< double > Rcpp::noNA (double x)
 
sugar::NonaPrimitive< int > Rcpp::noNA (int x)