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
internal::TableBaseAccessors::Types< N, T, true > Struct Template Reference

#include <deal.II/base/table.h>

Public Types

using value_type = const T
 
using TableType = const TableBase< N, T >
 
using iterator = typename AlignedVector< T >::const_iterator
 
using const_iterator = typename AlignedVector< T >::const_iterator
 
using reference = typename AlignedVector< T >::const_reference
 
using const_reference = typename AlignedVector< T >::const_reference
 

Detailed Description

template<int N, typename T>
struct internal::TableBaseAccessors::Types< N, T, true >

Definition at line 93 of file table.h.

Member Typedef Documentation

◆ value_type

template<int N, typename T >
using internal::TableBaseAccessors::Types< N, T, true >::value_type = const T

Definition at line 95 of file table.h.

◆ TableType

template<int N, typename T >
using internal::TableBaseAccessors::Types< N, T, true >::TableType = const TableBase<N, T>

Definition at line 96 of file table.h.

◆ iterator

template<int N, typename T >
using internal::TableBaseAccessors::Types< N, T, true >::iterator = typename AlignedVector<T>::const_iterator

Definition at line 98 of file table.h.

◆ const_iterator

template<int N, typename T >
using internal::TableBaseAccessors::Types< N, T, true >::const_iterator = typename AlignedVector<T>::const_iterator

Definition at line 99 of file table.h.

◆ reference

template<int N, typename T >
using internal::TableBaseAccessors::Types< N, T, true >::reference = typename AlignedVector<T>::const_reference

Definition at line 101 of file table.h.

◆ const_reference

template<int N, typename T >
using internal::TableBaseAccessors::Types< N, T, true >::const_reference = typename AlignedVector<T>::const_reference

Definition at line 102 of file table.h.


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