Sierra Toolkit
Version of the Day
|
#include <generic_iterator_eastl.h>
Inherits eastl::integral_constant< T, v >.
Tells if an iterator is one of these generic_iterators. This is useful if you want to write code that uses miscellaneous iterators but wants to tell if they are generic_iterators. A primary reason to do so is that you can get at the pointer within the generic_iterator.
Definition at line 212 of file generic_iterator_eastl.h.