Rcpp Version 1.0.14
|
#include <has_iterator.h>
Additional Inherited Members | |
![]() | |
typedef bool | value_type |
typedef integral_constant< bool, _V > | type |
![]() | |
static const bool | value |
uses the SFINAE idiom to check if a class has an nested iterator typedef. For example :
has_iterator< std::vector<int> >value is true has_iterator< Rcpp::Symbol >::value is false
Definition at line 103 of file has_iterator.h.