![]() |
deal.II version 9.7.0
|
#include <deal.II/base/tensor_accessors.h>
An internally used type trait to allow nested application of the function reordered_index_view(T &t).
The problem is that when working with the actual tensorial types, we have to return subtensors by reference - but sometimes, especially for StoreIndex and ReorderedIndexView that return rvalues, we have to return by value.
Definition at line 356 of file tensor_accessors.h.

Public Types | |
| using | type = T & |
| using TensorAccessors::internal::ReferenceType< T >::type = T & |
Definition at line 358 of file tensor_accessors.h.