Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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