Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
A type that provides a pointer to an element in a map.
typedef typename allocator_type::pointer pointer;
Remarks
A type pointer can be used to modify the value of an element.
In most cases, an iterator should be used to access the elements in a map object.
Requirements
Header: <map>
Namespace: std