Rcpp Version 1.0.9
Rcpp::sugar::Median< STRSXP, NA, T, true > Class Template Reference

#include <median.h>

Public Types

typedef median_detail::result< STRSXP >::type result_type
 
typedef Rcpp::traits::storage_type< STRSXP >::type stored_type
 
typedef T VECTOR
 

Public Member Functions

 Median (const VECTOR &xx)
 
 operator result_type ()
 

Private Attributes

VECTOR x
 

Detailed Description

template<bool NA, typename T>
class Rcpp::sugar::Median< STRSXP, NA, T, true >

Definition at line 227 of file median.h.

Member Typedef Documentation

◆ result_type

template<bool NA, typename T >
typedef median_detail::result<STRSXP>::type Rcpp::sugar::Median< STRSXP, NA, T, true >::result_type

Definition at line 229 of file median.h.

◆ stored_type

template<bool NA, typename T >
typedef Rcpp::traits::storage_type<STRSXP>::type Rcpp::sugar::Median< STRSXP, NA, T, true >::stored_type

Definition at line 230 of file median.h.

◆ VECTOR

template<bool NA, typename T >
typedef T Rcpp::sugar::Median< STRSXP, NA, T, true >::VECTOR

Definition at line 231 of file median.h.

Constructor & Destructor Documentation

◆ Median()

template<bool NA, typename T >
Rcpp::sugar::Median< STRSXP, NA, T, true >::Median ( const VECTOR xx)
inline

Definition at line 237 of file median.h.

Member Function Documentation

◆ operator result_type()

template<bool NA, typename T >
Rcpp::sugar::Median< STRSXP, NA, T, true >::operator result_type ( )
inline

Definition at line 240 of file median.h.

References Rcpp::traits::get_na< STRSXP >(), and Rcpp::sugar::Median< RTYPE, NA, T, NA_RM >::x.

Here is the call graph for this function:

Member Data Documentation

◆ x

template<bool NA, typename T >
VECTOR Rcpp::sugar::Median< STRSXP, NA, T, true >::x
private

Definition at line 234 of file median.h.


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