Rcpp Version 1.0.9
Rcpp::traits::storage_type< RTYPE > Struct Template Reference

#include <storage_type.h>

Inheritance diagram for Rcpp::traits::storage_type< RTYPE >:

Public Types

typedef SEXP type
 

Detailed Description

template<int RTYPE>
struct Rcpp::traits::storage_type< RTYPE >

Indicates the storage type associated with a SEXP type for example: storage_type<INTSXP>::type is a typedef to int

The default is SEXP, which works for VECSXP, EXPRSXP and STRSXP

Definition at line 35 of file storage_type.h.

Member Typedef Documentation

◆ type

template<int RTYPE>
typedef SEXP Rcpp::traits::storage_type< RTYPE >::type

Definition at line 36 of file storage_type.h.


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