Reference documentation for deal.II version 9.6.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
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
 
using difference_type
 

Detailed Description

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

Definition at line 471 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 474 of file sparse_matrix.h.

◆ value_type

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

Definition at line 475 of file sparse_matrix.h.

◆ difference_type

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

Definition at line 478 of file sparse_matrix.h.


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