Rcpp Version 1.0.9
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 68 of file wrap_type_traits.h.

Member Typedef Documentation

◆ wrap_category

Definition at line 68 of file wrap_type_traits.h.


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