Rcpp Version 0.9.10
Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, false > 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>
class Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, false >

Definition at line 82 of file pmin.h.


Member Typedef Documentation

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

Definition at line 84 of file pmin.h.


Constructor & Destructor Documentation

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

Definition at line 86 of file pmin.h.


Member Function Documentation

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

Definition at line 89 of file pmin.h.

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


Member Data Documentation

template<int RTYPE>
STORAGE Rcpp::sugar::pmin_op_Vector_Primitive< RTYPE, false >::right [private]

Definition at line 94 of file pmin.h.


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