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

#include <not.h>

Public Types

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

Public Member Functions

int apply (STORAGE x) const
 

Detailed Description

template<int RTYPE>
class Rcpp::sugar::not_< RTYPE, false >

Definition at line 37 of file not.h.

Member Typedef Documentation

◆ STORAGE

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

Definition at line 39 of file not.h.

Member Function Documentation

◆ apply()

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

Definition at line 40 of file not.h.


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