|
Rcpp Version 1.1.2
|
#include <max.h>
Public Types | |
| typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
Public Member Functions | |
| Max (const T &obj_) | |
| operator STORAGE () const | |
Private Attributes | |
| const T & | obj |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Max< RTYPE, NA, T >::STORAGE |
|
inline |
|
inline |
Definition at line 35 of file max.h.
References Rcpp::traits::is_na(), Rcpp::max(), obj, and Rcpp::stop().

|
private |
Definition at line 55 of file max.h.
Referenced by Max(), and operator STORAGE().