Rcpp Version 1.0.9
Rcpp::algorithm::helpers::rtype_helper< double > Struct Reference

#include <algorithm.h>

Public Types

typedef double type
 

Static Public Member Functions

static double NA ()
 
static RCPP_CONSTEXPR_FUNC double ZERO ()
 
static RCPP_CONSTEXPR_FUNC double ONE ()
 

Static Public Attributes

static RCPP_CONSTEXPR_VAR int RTYPE = REALSXP
 

Detailed Description

Definition at line 168 of file algorithm.h.

Member Typedef Documentation

◆ type

typedef double Rcpp::algorithm::helpers::rtype_helper< double >::type

Definition at line 169 of file algorithm.h.

Member Function Documentation

◆ NA()

static double Rcpp::algorithm::helpers::rtype_helper< double >::NA ( )
inlinestatic

Definition at line 171 of file algorithm.h.

◆ ONE()

static RCPP_CONSTEXPR_FUNC double Rcpp::algorithm::helpers::rtype_helper< double >::ONE ( )
inlinestatic

Definition at line 173 of file algorithm.h.

◆ ZERO()

static RCPP_CONSTEXPR_FUNC double Rcpp::algorithm::helpers::rtype_helper< double >::ZERO ( )
inlinestatic

Definition at line 172 of file algorithm.h.

Member Data Documentation

◆ RTYPE

RCPP_CONSTEXPR_VAR int Rcpp::algorithm::helpers::rtype_helper< double >::RTYPE = REALSXP
static

Definition at line 170 of file algorithm.h.


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