Rcpp Version 1.0.9
Rcpp::sugar::Max< RTYPE, NA, T > Class Template Reference

#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
 

Detailed Description

template<int RTYPE, bool NA, typename T>
class Rcpp::sugar::Max< RTYPE, NA, T >

Definition at line 28 of file max.h.

Member Typedef Documentation

◆ STORAGE

template<int RTYPE, bool NA, typename T >
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Max< RTYPE, NA, T >::STORAGE

Definition at line 30 of file max.h.

Constructor & Destructor Documentation

◆ Max()

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Max< RTYPE, NA, T >::Max ( const T &  obj_)
inline

Definition at line 32 of file max.h.

Member Function Documentation

◆ operator STORAGE()

template<int RTYPE, bool NA, typename T >
Rcpp::sugar::Max< RTYPE, NA, T >::operator STORAGE ( ) const
inline

Definition at line 34 of file max.h.

References Rcpp::max(), and Rcpp::sugar::Max< RTYPE, NA, T >::obj.

Here is the call graph for this function:

Member Data Documentation

◆ obj

template<int RTYPE, bool NA, typename T >
const T& Rcpp::sugar::Max< RTYPE, NA, T >::obj
private

The documentation for this class was generated from the following file: