Rcpp Version 1.0.9
Rcpp::sugar::Min< RTYPE, false, T > Class Template Reference

#include <min.h>

Public Types

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

Public Member Functions

 Min (const T &obj_)
 
 operator STORAGE () const
 

Public Attributes

const T & obj
 

Detailed Description

template<int RTYPE, typename T>
class Rcpp::sugar::Min< RTYPE, false, T >

Definition at line 55 of file min.h.

Member Typedef Documentation

◆ STORAGE

template<int RTYPE, typename T >
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Min< RTYPE, false, T >::STORAGE

Definition at line 57 of file min.h.

Constructor & Destructor Documentation

◆ Min()

template<int RTYPE, typename T >
Rcpp::sugar::Min< RTYPE, false, T >::Min ( const T &  obj_)
inline

Definition at line 59 of file min.h.

Member Function Documentation

◆ operator STORAGE()

template<int RTYPE, typename T >
Rcpp::sugar::Min< RTYPE, false, T >::operator STORAGE ( ) const
inline

Definition at line 61 of file min.h.

References Rcpp::min(), and Rcpp::sugar::Min< RTYPE, NA, T >::obj.

Here is the call graph for this function:

Member Data Documentation

◆ obj

template<int RTYPE, typename T >
const T& Rcpp::sugar::Min< RTYPE, false, T >::obj

Definition at line 74 of file min.h.


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