concepts::_Matrix_iterator_base< _Tp, _Ref, _Ptr >::ReturnType< _Tp_ > Struct Template Reference

Return Type reference (_Tp&) for non-constant iterator constant copy (const _Tp) for constant iterator. More...

#include <matrixIterator.hh>

Public Types

typedef _Tp_ type
 

Detailed Description

template<class _Tp, class _Ref, class _Ptr>
template<class _Tp_>
struct concepts::_Matrix_iterator_base< _Tp, _Ref, _Ptr >::ReturnType< _Tp_ >

Return Type reference (_Tp&) for non-constant iterator constant copy (const _Tp) for constant iterator.

Return type for derefencation is reference for non-constant iterator.

Definition at line 38 of file matrixIterator.hh.

Member Typedef Documentation

◆ type

template<class _Tp , class _Ref , class _Ptr >
template<class _Tp_ >
typedef _Tp_ concepts::_Matrix_iterator_base< _Tp, _Ref, _Ptr >::ReturnType< _Tp_ >::type

Definition at line 104 of file matrixIterator.hh.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich