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

/haiku/headers/cpp/
H A Dstl_iterator.h138 __iterator_category(const _Iter&) function
160 iterator_category(const _Iter& __i) { return __iterator_category(__i); }
171 #define __ITERATOR_CATEGORY(__i) __iterator_category(__i)

Completed in 53 milliseconds