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 bidirectional iterator that can read a const element in the multiset.
typedef implementation-defined const_iterator;
Remarks
A type const_iterator cannot be used to modify the value of an element.
Example
See the example for begin for an example using const_iterator.
Requirements
Header: <set>
Namespace: std