|
pstore2
|
Given a list of types, find the size of the largest and the alignment of the most aligned. More...
#include <max.hpp>
Static Public Attributes | |
| static constexpr std::size_t | size = maxof<details::size, T...>::value |
| static constexpr std::size_t | align = maxof<details::align, T...>::value |
Given a list of types, find the size of the largest and the alignment of the most aligned.
1.8.13