Rcpp Version 1.0.9
Rcpp::traits::r_sexptype_traits< T > Struct Template Reference

#include <r_sexptype_traits.h>

Inheritance diagram for Rcpp::traits::r_sexptype_traits< T >:

Public Types

enum  { rtype = VECSXP }
 

Detailed Description

template<typename T>
struct Rcpp::traits::r_sexptype_traits< T >

template that returns the SEXP type that is appropriate for the type T, this is allways VECSXP (lists) unless it is specialized

Definition at line 33 of file r_sexptype_traits.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
rtype 

Definition at line 33 of file r_sexptype_traits.h.


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