TRUST_Vector::IteratorWrapper#

Brief description

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

: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#

Definition
TRUST_Vector<_CLASSE_>::IteratorWrapper::IteratorWrapper(Iterator it)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`TRUST_Vector<_CLASSE_>::IteratorWrapper::IteratorWrapper(Iterator it) <trust-vector-iteratorwrapper-public-trust-vector-classe-iteratorwrapper-iteratorwrapper-iterator-it>`
[TRUST_Vector<_CLASSE_>::IteratorWrapper::IteratorWrapper(Iterator it)](#trust-vector-iteratorwrapper-public-trust-vector-classe-iteratorwrapper-iteratorwrapper-iterator-it)

operator! =#

Definition
bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator!=(const IteratorWrapper &other) const
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator!=(const IteratorWrapper &other) const <trust-vector-iteratorwrapper-public-bool-trust-vector-classe-iteratorwrapper-operator!-equal-const-iteratorwrapper-ref-other-const>`
[bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator!=(const IteratorWrapper &other) const](#trust-vector-iteratorwrapper-public-bool-trust-vector-classe-iteratorwrapper-operator!-equal-const-iteratorwrapper-ref-other-const)

operator*#

Definition
value_type & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator*()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`value_type & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator*() <trust-vector-iteratorwrapper-public-value-type-ref-trust-vector-classe-iteratorwrapper-operator-ptr>`
[value_type & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator*()](#trust-vector-iteratorwrapper-public-value-type-ref-trust-vector-classe-iteratorwrapper-operator-ptr)

operator + +#

Definition
IteratorWrapper & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`IteratorWrapper & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++() <trust-vector-iteratorwrapper-public-iteratorwrapper-ref-trust-vector-classe-iteratorwrapper-operator++>`
[IteratorWrapper & TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++()](#trust-vector-iteratorwrapper-public-iteratorwrapper-ref-trust-vector-classe-iteratorwrapper-operator++)

operator + +#

Definition
IteratorWrapper TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++(True_int)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`IteratorWrapper TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++(True_int) <trust-vector-iteratorwrapper-public-iteratorwrapper-trust-vector-classe-iteratorwrapper-operator++-true-int>`
[IteratorWrapper TRUST_Vector<_CLASSE_>::IteratorWrapper::operator++(True_int)](#trust-vector-iteratorwrapper-public-iteratorwrapper-trust-vector-classe-iteratorwrapper-operator++-true-int)

operator - >#

Definition
value_type * TRUST_Vector<_CLASSE_>::IteratorWrapper::operator->()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`value_type * TRUST_Vector<_CLASSE_>::IteratorWrapper::operator->() <trust-vector-iteratorwrapper-public-value-type-ptr-trust-vector-classe-iteratorwrapper-operator>`
[value_type * TRUST_Vector<_CLASSE_>::IteratorWrapper::operator->()](#trust-vector-iteratorwrapper-public-value-type-ptr-trust-vector-classe-iteratorwrapper-operator)

operator = =#

Definition
bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator==(const IteratorWrapper &other) const
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator==(const IteratorWrapper &other) const <trust-vector-iteratorwrapper-public-bool-trust-vector-classe-iteratorwrapper-operator-equal-equal-const-iteratorwrapper-ref-other-const>`
[bool TRUST_Vector<_CLASSE_>::IteratorWrapper::operator==(const IteratorWrapper &other) const](#trust-vector-iteratorwrapper-public-bool-trust-vector-classe-iteratorwrapper-operator-equal-equal-const-iteratorwrapper-ref-other-const)

Attributes Documentation#

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