Rcpp Version 0.9.10
Rcpp::traits::has_iterator< T > Struct Template Reference

#include <has_iterator.h>

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

List of all members.


Detailed Description

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

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines