Searched defs:DequeConstIterator (Results 1 – 1 of 1) sorted by relevance
42 template<typename T, size_t inlineCapacity> class DequeConstIterator; variable183 … DequeConstIterator(const Deque<T, inlineCapacity>* deque, size_t index) : Base(deque, index) { } in DequeConstIterator() function185 DequeConstIterator(const Iterator& other) : Base(other) { } in DequeConstIterator() function186 DequeConstIterator(const NonConstIterator& other) : Base(other) { } in DequeConstIterator() function