Searched defs:vector_with_const_iterator (Results 1 – 1 of 1) sorted by relevance
22 template <typename T> struct vector_with_const_iterator { struct23 typedef vec_iterator<T*> iterator;24 typedef vec_iterator<const T*> const_iterator;