Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Types | List of all members
std::iterator_traits< ::SparseMatrixIterators::Iterator< number, Constness > > Struct Template Reference

#include <deal.II/lac/sparse_matrix.h>

Public Types

using iterator_category = forward_iterator_tag
 
using value_type = typename ::SparseMatrixIterators::Iterator< number, Constness >::value_type
 
using difference_type = typename ::SparseMatrixIterators::Iterator< number, Constness >::difference_type
 

Detailed Description

template<typename number, bool Constness>
struct std::iterator_traits< ::SparseMatrixIterators::Iterator< number, Constness > >

Definition at line 472 of file sparse_matrix.h.

Member Typedef Documentation

◆ iterator_category

template<typename number , bool Constness>
using std::iterator_traits< ::SparseMatrixIterators::Iterator< number, Constness > >::iterator_category = forward_iterator_tag

Definition at line 475 of file sparse_matrix.h.

◆ value_type

template<typename number , bool Constness>
using std::iterator_traits< ::SparseMatrixIterators::Iterator< number, Constness > >::value_type = typename ::SparseMatrixIterators::Iterator<number, Constness>::value_type

Definition at line 476 of file sparse_matrix.h.

◆ difference_type

template<typename number , bool Constness>
using std::iterator_traits< ::SparseMatrixIterators::Iterator< number, Constness > >::difference_type = typename ::SparseMatrixIterators:: Iterator<number, Constness>::difference_type

Definition at line 479 of file sparse_matrix.h.


The documentation for this struct was generated from the following file: