Rcpp Version 1.0.9
|
#include <unary_minus.h>
Public Types | |
typedef traits::storage_type< RTYPE >::type | STORAGE |
typedef unary_minus_result_type< RTYPE >::type | RESULT |
Public Member Functions | |
RESULT | apply (STORAGE x) const |
Definition at line 41 of file unary_minus.h.
typedef unary_minus_result_type<RTYPE>::type Rcpp::sugar::unary_minus< RTYPE, NA >::RESULT |
Definition at line 44 of file unary_minus.h.
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::unary_minus< RTYPE, NA >::STORAGE |
Definition at line 43 of file unary_minus.h.
|
inline |
Definition at line 45 of file unary_minus.h.
Referenced by Rcpp::sugar::UnaryMinus_Vector< RTYPE, NA, T >::operator[]().