Dune::AlignmentOf< T > Struct Template Reference
[Common]
#include <alignment.hh>
List of all members.
Detailed Description
template<class T>
struct Dune::AlignmentOf< T >
Calculates the alignment requirement of a type.
- See also:
- http://en.wikipedia.org/wiki/Data_structure_alignment
This will be a safe value and not an optimal one. If TR1 is available it falls back to std::alignment_of.
|
Public Types |
enum | { value = AlignmentTester<T
} |
Member Enumeration Documentation
- Enumerator:
-
value |
The alginment requirement. |
The documentation for this struct was generated from the following file: