Rcpp Version 0.9.10
Rcpp::sugar::pmin_op< RTYPE, false, RHS_NA > Class Template Reference

#include <pmin.h>

List of all members.

Public Types

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

Public Member Functions

STORAGE operator() (STORAGE left, STORAGE right) const

Detailed Description

template<int RTYPE, bool RHS_NA>
class Rcpp::sugar::pmin_op< RTYPE, false, RHS_NA >

Definition at line 48 of file pmin.h.


Member Typedef Documentation

template<int RTYPE, bool RHS_NA>
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::pmin_op< RTYPE, false, RHS_NA >::STORAGE

Definition at line 50 of file pmin.h.


Member Function Documentation

template<int RTYPE, bool RHS_NA>
STORAGE Rcpp::sugar::pmin_op< RTYPE, false, RHS_NA >::operator() ( STORAGE  left,
STORAGE  right 
) const [inline]

Definition at line 52 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