Searched refs:__is_normal_iterator (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dcpp_type_traits.h306 struct __is_normal_iterator struct
313 struct __is_normal_iterator< __gnu_cxx::__normal_iterator<_Iterator, struct
H A Dstl_algobase.h398 const bool __in = __is_normal_iterator<_InputIterator>::__value;
399 const bool __out = __is_normal_iterator<_OutputIterator>::__value;
536 const bool __bi1 = __is_normal_iterator<_BI1>::__value;
537 const bool __bi2 = __is_normal_iterator<_BI2>::__value;

Completed in 65 milliseconds