Home | History | Annotate | Download | only in iterator.operations

Lines Matching refs:It

22 template <class It>
24 test(It i, typename std::iterator_traits<It>::difference_type n, It x)
28 It (*next)(It, typename std::iterator_traits<It>::difference_type) = std::next;
32 template <class It>
34 test(It i, It x)
40 template <class It>
42 constexpr_test(It i, typename std::iterator_traits<It>::difference_type n, It x)
47 template <class It>
49 constexpr_test(It i, It x)