Lines Matching refs:iterator
29 #include <iterator>
40 T *to_ptr(typename std::vector<T>::iterator it)
57 typename std::vector<T>::iterator to_iterator(T *ptr,
58 typename std::vector<T>::iterator
61 typedef typename std::vector<T>::iterator It;
72 typedef typename std::vector<T>::iterator iterator;
83 iterator operator()(T *ptr) const
97 typedef typename std::vector<T>::iterator iterator;
104 T *operator()(iterator it) const