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< ::TrilinosWrappers::SparseMatrixIterators::Iterator< Constness > > Struct Template Reference

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

Public Types

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

Detailed Description

template<bool Constness>
struct std::iterator_traits< ::TrilinosWrappers::SparseMatrixIterators::Iterator< Constness > >

Definition at line 472 of file trilinos_sparse_matrix.h.

Member Typedef Documentation

◆ iterator_category

template<bool Constness>
using std::iterator_traits< ::TrilinosWrappers::SparseMatrixIterators::Iterator< Constness > >::iterator_category = forward_iterator_tag

Definition at line 475 of file trilinos_sparse_matrix.h.

◆ value_type

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

Definition at line 476 of file trilinos_sparse_matrix.h.

◆ difference_type

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

Definition at line 479 of file trilinos_sparse_matrix.h.


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