|
Rcpp Version 0.9.10
|
#include <has_iterator.h>


Classes | |
| struct | _Wrap_type |
Static Public Attributes | |
| static const bool | value = sizeof(__test<T>(0)) == 1 |
Static Private Member Functions | |
| template<typename U > | |
| static __one | __test (_Wrap_type< typename U::r_import_type > *) |
| template<typename U > | |
| static __two | __test (...) |
Definition at line 54 of file has_iterator.h.
| static __one Rcpp::traits::_is_importer_helper< T >::__test | ( | _Wrap_type< typename U::r_import_type > * | ) | [static, private] |
| static __two Rcpp::traits::_is_importer_helper< T >::__test | ( | ... | ) | [static, private] |
const bool Rcpp::traits::_is_importer_helper< T >::value = sizeof(__test<T>(0)) == 1 [static] |
Definition at line 64 of file has_iterator.h.