Searched defs:DequeConstIterator (Results 1 – 1 of 1) sorted by relevance
43 template<typename T, size_t inlineCapacity, typename Allocator> class DequeConstIterator; variable188 …DequeConstIterator(const Deque<T, inlineCapacity, Allocator>* deque, size_t index) : Base(deque, i… in DequeConstIterator() function190 DequeConstIterator(const Iterator& other) : Base(other) { } in DequeConstIterator() function191 DequeConstIterator(const NonConstIterator& other) : Base(other) { } in DequeConstIterator() function