![]() |
Reference documentation for deal.II version 9.4.0
|
#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 |
Iterator traits for hp::CollectionIterator.
Definition at line 308 of file collection.h.
using std::iterator_traits<::hp::CollectionIterator< T > >::iterator_category = random_access_iterator_tag |
Definition at line 310 of file collection.h.
using std::iterator_traits<::hp::CollectionIterator< T > >::value_type = T |
Definition at line 311 of file collection.h.
using std::iterator_traits<::hp::CollectionIterator< T > >::difference_type = std::ptrdiff_t |
Definition at line 312 of file collection.h.