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


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.