list::const_pointer

 

Provides a pointer to a const element in a list.

Syntax

typedef typename Allocator::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 list object.

Requirements

Header: <list>

Namespace: std

See Also

list Class
Standard Template Library