|
pstore2
|
A template implementation of helper types for determining the maximum size and alignment of a collection of types. More...
#include <algorithm>#include <cstddef>#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | pstore::details::size |
| struct | pstore::details::align |
| struct | pstore::maxof< TypeValue, T > |
| struct | pstore::maxof< TypeValue > |
| struct | pstore::maxof< TypeValue, Head, Tail... > |
| struct | pstore::characteristics< T > |
| Given a list of types, find the size of the largest and the alignment of the most aligned. More... | |
A template implementation of helper types for determining the maximum size and alignment of a collection of types.
1.8.13