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 vector.
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 vector element.
Requirements
Header: <vector>
Namespace: std