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

#include <has_iterator.h>

Inheritance diagram for Rcpp::traits::is_importer< T >:
Collaboration diagram for Rcpp::traits::is_importer< T >:

Additional Inherited Members

- Public Types inherited from Rcpp::traits::integral_constant< bool, _is_importer_helper< T >::value >
typedef bool value_type
 
typedef integral_constant< bool, _V > type
 
- Static Public Attributes inherited from Rcpp::traits::integral_constant< bool, _is_importer_helper< T >::value >
static const bool value
 

Detailed Description

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

uses SFINAE to identify if a type is importable

The test is based on the presence of a typedef r_import_type in the class

Definition at line 112 of file has_iterator.h.


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