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

#include <unary_minus.h>

Public Types

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

Public Member Functions

RESULT apply (STORAGE x) const
 

Detailed Description

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

Definition at line 50 of file unary_minus.h.

Member Typedef Documentation

◆ RESULT

template<int RTYPE>
typedef unary_minus_result_type<RTYPE>::type Rcpp::sugar::unary_minus< RTYPE, false >::RESULT

Definition at line 53 of file unary_minus.h.

◆ STORAGE

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

Definition at line 52 of file unary_minus.h.

Member Function Documentation

◆ apply()

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

Definition at line 54 of file unary_minus.h.


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