Iterator traits for modifiable access to objects of type _Tp.
Declared in <bslstp_iterator.h>
template<class _Tp>
struct _Nonconst_traits;
| Name | Description |
|---|---|
_Non_const_traits | Corresponding non-const iterator traits type. |
pointer | Pointer type for iterator dereference. |
reference | Reference type for iterator dereference. |
value_type | Type of object referenced by the iterator. |