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

#include <not.h>

List of all members.

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

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

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 x.

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


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines