3 #ifndef DUNE_ALIGNMENT_HH 4 #define DUNE_ALIGNMENT_HH 6 #warning The header dune/common/alignment.hh is deprecated. Use alignof(T) instead of Dune::AlignmentOf<T>::value. 39 value = std::alignment_of<T>::value
Calculates the alignment requirement of a type.
Definition: alignment.hh:33
Dune namespace.
Definition: alignedallocator.hh:9
The alignment requirement.
Definition: alignment.hh:39