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

#include <wrap_type_traits.h>

Public Types

typedef wrap_type_unknown_tag wrap_category

Detailed Description

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

Type trait that helps the dispatch of wrap to the proper method

This builds a struct that contains a typedef called wrap_category that has to be one of "wrap_type_primitive_tag" or "wrap_type_unknown_tag"

The default is "wrap_type_unknown_tag" and this is specialized for primitive types

Definition at line 63 of file wrap_type_traits.h.

Member Typedef Documentation

Definition at line 63 of file wrap_type_traits.h.


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