TRUST_Vector::ConstIteratorWrapper#

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::ConstIteratorWrapper <class-trust-vector-constiteratorwrapper>`
[TRUST\_Vector::ConstIteratorWrapper](#class-trust-vector-constiteratorwrapper)

Detailed description#

List of Public Methods#

Complete Member Function Documentation#

ConstIteratorWrapper#

Definition
TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::ConstIteratorWrapper(Const_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_>::ConstIteratorWrapper::ConstIteratorWrapper(Const_Iterator it) <trust-vector-constiteratorwrapper-public-trust-vector-classe-constiteratorwrapper-constiteratorwrapper-const-iterator-it>`
[TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::ConstIteratorWrapper(Const_Iterator it)](#trust-vector-constiteratorwrapper-public-trust-vector-classe-constiteratorwrapper-constiteratorwrapper-const-iterator-it)

operator! =#

Definition
bool TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator!=(const ConstIteratorWrapper &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_>::ConstIteratorWrapper::operator!=(const ConstIteratorWrapper &other) const <trust-vector-constiteratorwrapper-public-bool-trust-vector-classe-constiteratorwrapper-operator!-equal-const-constiteratorwrapper-ref-other-const>`
[bool TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator!=(const ConstIteratorWrapper &other) const](#trust-vector-constiteratorwrapper-public-bool-trust-vector-classe-constiteratorwrapper-operator!-equal-const-constiteratorwrapper-ref-other-const)

operator*#

Definition
const value_type & TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator*() 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:`const value_type & TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator*() const <trust-vector-constiteratorwrapper-public-const-value-type-ref-trust-vector-classe-constiteratorwrapper-operator-ptr-const>`
[const value_type & TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator*() const](#trust-vector-constiteratorwrapper-public-const-value-type-ref-trust-vector-classe-constiteratorwrapper-operator-ptr-const)

operator + +#

Definition
ConstIteratorWrapper & TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::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:`ConstIteratorWrapper & TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator++() <trust-vector-constiteratorwrapper-public-constiteratorwrapper-ref-trust-vector-classe-constiteratorwrapper-operator++>`
[ConstIteratorWrapper & TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator++()](#trust-vector-constiteratorwrapper-public-constiteratorwrapper-ref-trust-vector-classe-constiteratorwrapper-operator++)

operator + +#

Definition
ConstIteratorWrapper TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::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:`ConstIteratorWrapper TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator++(True_int) <trust-vector-constiteratorwrapper-public-constiteratorwrapper-trust-vector-classe-constiteratorwrapper-operator++-true-int>`
[ConstIteratorWrapper TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator++(True_int)](#trust-vector-constiteratorwrapper-public-constiteratorwrapper-trust-vector-classe-constiteratorwrapper-operator++-true-int)

operator - >#

Definition
const value_type * TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator->() 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:`const value_type * TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator->() const <trust-vector-constiteratorwrapper-public-const-value-type-ptr-trust-vector-classe-constiteratorwrapper-operator-const>`
[const value_type * TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator->() const](#trust-vector-constiteratorwrapper-public-const-value-type-ptr-trust-vector-classe-constiteratorwrapper-operator-const)

operator = =#

Definition
bool TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator==(const ConstIteratorWrapper &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_>::ConstIteratorWrapper::operator==(const ConstIteratorWrapper &other) const <trust-vector-constiteratorwrapper-public-bool-trust-vector-classe-constiteratorwrapper-operator-equal-equal-const-constiteratorwrapper-ref-other-const>`
[bool TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::operator==(const ConstIteratorWrapper &other) const](#trust-vector-constiteratorwrapper-public-bool-trust-vector-classe-constiteratorwrapper-operator-equal-equal-const-constiteratorwrapper-ref-other-const)

Attributes Documentation#

it_ (private)
Const_Iterator TRUST_Vector<_CLASSE_>::ConstIteratorWrapper::it_