Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
A type that provides a pointer to a const element in a map.
typedef typename allocator_type::const_pointer const_pointer;
Remarks
A type const_pointer cannot 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