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

#include <pmax.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>
class Rcpp::sugar::pmax_op< RTYPE, false, false >

Definition at line 57 of file pmax.h.


Member Typedef Documentation

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

Definition at line 59 of file pmax.h.


Member Function Documentation

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

Definition at line 61 of file pmax.h.


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