Reference documentation for deal.II version 9.4.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\}}\)
Public Types | List of all members
std::iterator_traits<::hp::CollectionIterator< T > > Struct Template Reference

#include <deal.II/hp/collection.h>

Public Types

using iterator_category = random_access_iterator_tag
 
using value_type = T
 
using difference_type = std::ptrdiff_t
 

Detailed Description

template<class T>
struct std::iterator_traits<::hp::CollectionIterator< T > >

Iterator traits for hp::CollectionIterator.

Definition at line 308 of file collection.h.

Member Typedef Documentation

◆ iterator_category

template<class T >
using std::iterator_traits<::hp::CollectionIterator< T > >::iterator_category = random_access_iterator_tag

Definition at line 310 of file collection.h.

◆ value_type

template<class T >
using std::iterator_traits<::hp::CollectionIterator< T > >::value_type = T

Definition at line 311 of file collection.h.

◆ difference_type

template<class T >
using std::iterator_traits<::hp::CollectionIterator< T > >::difference_type = std::ptrdiff_t

Definition at line 312 of file collection.h.


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