Rcpp Version 0.9.10
Rcpp::sugar::pmin_op< RTYPE, LHS_NA, 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 LHS_NA, bool RHS_NA>
class Rcpp::sugar::pmin_op< RTYPE, LHS_NA, RHS_NA >

Definition at line 28 of file pmin.h.


Member Typedef Documentation

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

Definition at line 30 of file pmin.h.


Member Function Documentation

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

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