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

#include <algorithm.h>

Public Types

typedef int type
 

Static Public Member Functions

static int NA ()
 
static RCPP_CONSTEXPR_FUNC int ZERO ()
 
static RCPP_CONSTEXPR_FUNC int ONE ()
 

Static Public Attributes

static RCPP_CONSTEXPR_VAR int RTYPE = INTSXP
 

Detailed Description

Definition at line 177 of file algorithm.h.

Member Typedef Documentation

◆ type

Definition at line 178 of file algorithm.h.

Member Function Documentation

◆ NA()

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

Definition at line 180 of file algorithm.h.

◆ ONE()

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

Definition at line 182 of file algorithm.h.

◆ ZERO()

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

Definition at line 181 of file algorithm.h.

Member Data Documentation

◆ RTYPE

Definition at line 179 of file algorithm.h.


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