Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A type that provides a pointer to an element in a list.
typedef typename Allocator::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 list object.
Requirements
Header: <list>
Namespace: std