Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::traits::r_sexptype_traits< T > Struct Template Reference

#include <r_sexptype_traits.h>

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

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: