deque::pointer

A type that provides a pointer to an element in a deque.

typedef typename Allocator::pointer pointer;

Remarks

A type pointer can 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

See Also

Reference

deque Class

Standard Template Library

Other Resources

deque Class Members