deque::const_pointer
A type that provides a pointer to a const element in a deque.
typedef typename Allocator::const_pointer const_pointer;
Remarks
A type const_pointer cannot be used to modify the value of an element. An iterator is more commonly used to access a deque element.
Requirements
Header: <deque>
Namespace: std