deal.II version GIT relicensing-2167-g9622207b8f 2024-11-21 12:40:00+00:00
|
#include <deal.II/base/tensor_accessors.h>
Public Types | |
using | value_type = typename T::value_type |
This class provides a local alias value_type
denoting the resulting type of an access with operator[](unsigned int). More precisely, value_type
will be
T::value_type
if T is a tensorial class providing an alias value_type
and does not have a const qualifier.const T::value_type
if T is a tensorial class providing an alias value_type
and does have a const qualifier.const T::value_type
if T is a tensorial class providing an alias value_type
and does have a const qualifier.A
if T is of array type A[...]
const A
if T is of array type A[...]
and does have a const qualifier. Definition at line 101 of file tensor_accessors.h.
using TensorAccessors::ValueType< T >::value_type = typename T::value_type |
Definition at line 103 of file tensor_accessors.h.