Rcpp Version 1.0.9
Rcpp::sugar::not_< RTYPE, NA > Class Template Reference

#include <not.h>

Public Types

typedef traits::storage_type< RTYPE >::type STORAGE
 

Public Member Functions

int apply (STORAGE x) const
 

Detailed Description

template<int RTYPE, bool NA>
class Rcpp::sugar::not_< RTYPE, NA >

Definition at line 29 of file not.h.

Member Typedef Documentation

◆ STORAGE

template<int RTYPE, bool NA>
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::not_< RTYPE, NA >::STORAGE

Definition at line 31 of file not.h.

Member Function Documentation

◆ apply()

template<int RTYPE, bool NA>
int Rcpp::sugar::not_< RTYPE, NA >::apply ( STORAGE  x) const
inline

Definition at line 32 of file not.h.

Referenced by Rcpp::sugar::Not_Vector< RTYPE, NA, T >::operator[]().


The documentation for this class was generated from the following file: