Rcpp Version 1.0.9
Rcpp::sugar::pmax_op_Vector_Primitive< REALSXP, true > Class Reference

#include <pmax.h>

Public Member Functions

 pmax_op_Vector_Primitive (double right_)
 
double operator() (double left) const
 

Private Attributes

double right
 

Detailed Description

Definition at line 79 of file pmax.h.

Constructor & Destructor Documentation

◆ pmax_op_Vector_Primitive()

Rcpp::sugar::pmax_op_Vector_Primitive< REALSXP, true >::pmax_op_Vector_Primitive ( double  right_)
inline

Definition at line 81 of file pmax.h.

Member Function Documentation

◆ operator()()

double Rcpp::sugar::pmax_op_Vector_Primitive< REALSXP, true >::operator() ( double  left) const
inline

Definition at line 83 of file pmax.h.

References Rcpp::traits::is_na< REALSXP >(), and Rcpp::sugar::pmax_op_Vector_Primitive< RTYPE, NA >::right.

Here is the call graph for this function:

Member Data Documentation

◆ right

double Rcpp::sugar::pmax_op_Vector_Primitive< REALSXP, true >::right
private

Definition at line 88 of file pmax.h.


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