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

#include <pmin.h>

List of all members.

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 66 of file pmin.h.


Member Typedef Documentation

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

Definition at line 68 of file pmin.h.


Constructor & Destructor Documentation

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

Definition at line 70 of file pmin.h.


Member Function Documentation

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

Definition at line 73 of file pmin.h.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines