Searched refs:iterator_category (Results 1 – 15 of 15) sorted by relevance
34 typedef std::input_iterator_tag iterator_category; typedef115 typedef std::forward_iterator_tag iterator_category; typedef142 typedef std::random_access_iterator_tag iterator_category; typedef200 typedef std::random_access_iterator_tag iterator_category; typedef
298 using iterator_category = std::input_iterator_tag;314 using iterator_category = std::input_iterator_tag;
182 …e T> using iterator_traits_iterator_category = typename std::iterator_traits<T>::iterator_category;
49 using iter_traits_category = typename std::iterator_traits<T>::iterator_category;
53 typedef std::forward_iterator_tag iterator_category; typedef
600 using iterator_category = std::forward_iterator_tag; variable
189 using iterator_category = std::forward_iterator_tag;
73 using iterator_category = std::forward_iterator_tag; variable
38 using iterator_category = std::input_iterator_tag; typedef
373 using iterator_category = std::random_access_iterator_tag;527 using iterator_category = std::input_iterator_tag;
408 using tag = typename std::iterator_traits<It>::iterator_category;
50 using iterator_category = std::random_access_iterator_tag; variable
384 using iterator_category = std::forward_iterator_tag; variable
602 …AssertSameType( static_cast<typename Iterator::iterator_category*>(nullptr), static_cast<std::rand… in TestIteratorTraits()
221 …static_assert( std::is_same<typename Iterator::iterator_category, std::forward_iterator_tag>::valu… in TestIteratorTraits()