Rcpp Version 1.0.9
Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, NA > Class Template Reference

#include <pmin.h>

Public Types

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

Public Member Functions

 pmin_op_Vector_Primitive (STORAGE right_)
 
STORAGE operator() (STORAGE left) const
 

Private Attributes

STORAGE right
 

Detailed Description

template<int RTYPE, bool NA>
class Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, NA >

Definition at line 65 of file pmin.h.

Member Typedef Documentation

◆ STORAGE

template<int RTYPE, bool NA>
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, NA >::STORAGE

Definition at line 67 of file pmin.h.

Constructor & Destructor Documentation

◆ pmin_op_Vector_Primitive()

template<int RTYPE, bool NA>
Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, NA >::pmin_op_Vector_Primitive ( STORAGE  right_)
inline

Definition at line 69 of file pmin.h.

Member Function Documentation

◆ operator()()

template<int RTYPE, bool NA>
STORAGE Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, NA >::operator() ( STORAGE  left) const
inline

Definition at line 71 of file pmin.h.

References Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, NA >::right.

Member Data Documentation

◆ right


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