Reference documentation for deal.II version 9.1.0-pre
List of all members
TensorAccessors::internal::ReferenceType< T > Struct Template Reference

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

Detailed Description

template<typename T>
struct TensorAccessors::internal::ReferenceType< T >

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 365 of file tensor_accessors.h.


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