TRUST_Vector::IteratorWrapper#

How to cite this class in this doc#

:ref:`TRUST\_Vector::IteratorWrapper <class-trust-vector-iteratorwrapper>`
[TRUST\_Vector::IteratorWrapper](#class-trust-vector-iteratorwrapper)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

IteratorWrapper
TRUST_Vector<_CLASSE_>::IteratorWrapper::IteratorWrapper(Iterator it)
How to cite in this doc:
:ref:`TRUST_Vector<_CLASSE_>::IteratorWrapper::IteratorWrapper(Iterator it) <public-trust-vector-classe-iteratorwrapper-iteratorwrapper-iterator-it>`
[TRUST_Vector<_CLASSE_>::IteratorWrapper::IteratorWrapper(Iterator it)](#public-trust-vector-classe-iteratorwrapper-iteratorwrapper-iterator-it)
operator! =
bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator!=(const IteratorWrapper &other) const
How to cite in this doc:
:ref:`bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator!=(const IteratorWrapper &other) const <public-bool-trust-vector-classe-iteratorwrapper-operator!-equal-const-iteratorwrapper-ref-other-const>`
[bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator!=(const IteratorWrapper &other) const](#public-bool-trust-vector-classe-iteratorwrapper-operator!-equal-const-iteratorwrapper-ref-other-const)
operator*
value_type & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator*()
How to cite in this doc:
:ref:`value_type & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator*() <public-value-type-ref-trust-vector-classe-iteratorwrapper-operator-ptr>`
[value_type & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator*()](#public-value-type-ref-trust-vector-classe-iteratorwrapper-operator-ptr)
operator + +
IteratorWrapper & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++()
How to cite in this doc:
:ref:`IteratorWrapper & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++() <public-iteratorwrapper-ref-trust-vector-classe-iteratorwrapper-operator++>`
[IteratorWrapper & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++()](#public-iteratorwrapper-ref-trust-vector-classe-iteratorwrapper-operator++)
operator + +
IteratorWrapper TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++(True_int)
How to cite in this doc:
:ref:`IteratorWrapper TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++(True_int) <public-iteratorwrapper-trust-vector-classe-iteratorwrapper-operator++-true-int>`
[IteratorWrapper TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++(True_int)](#public-iteratorwrapper-trust-vector-classe-iteratorwrapper-operator++-true-int)
operator - >
value_type * TRUST_Vector<_CLASSE_>::IteratorWrapper::operator->()
How to cite in this doc:
:ref:`value_type * TRUST_Vector<_CLASSE_>::IteratorWrapper::operator->() <public-value-type-ptr-trust-vector-classe-iteratorwrapper-operator>`
[value_type * TRUST_Vector<_CLASSE_>::IteratorWrapper::operator->()](#public-value-type-ptr-trust-vector-classe-iteratorwrapper-operator)
operator = =
bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator==(const IteratorWrapper &other) const
How to cite in this doc:
:ref:`bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator==(const IteratorWrapper &other) const <public-bool-trust-vector-classe-iteratorwrapper-operator-equal-equal-const-iteratorwrapper-ref-other-const>`
[bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator==(const IteratorWrapper &other) const](#public-bool-trust-vector-classe-iteratorwrapper-operator-equal-equal-const-iteratorwrapper-ref-other-const)

Attributes Documentation#

it_ (private)
Iterator TRUST_Vector<_CLASSE_>::IteratorWrapper::it_