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

References Rcpp::as().

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

Here is the call graph for this function:

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