Rcpp Version 1.0.9
|
#include <pmax.h>
Public Types | |
typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
Public Member Functions | |
pmax_op_Vector_Primitive (STORAGE right_) | |
STORAGE | operator() (STORAGE left) const |
Private Attributes | |
STORAGE | right |
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::pmax_op_Vector_Primitive< RTYPE, NA >::STORAGE |
|
inline |
|
inline |
Definition at line 71 of file pmax.h.
References Rcpp::sugar::pmax_op_Vector_Primitive< RTYPE, NA >::right.
|
private |
Definition at line 76 of file pmax.h.
Referenced by Rcpp::sugar::pmax_op_Vector_Primitive< REALSXP, true >::operator()(), and Rcpp::sugar::pmax_op_Vector_Primitive< RTYPE, NA >::operator()().