pstore2
Static Public Attributes | List of all members
pstore::characteristics< T > Struct Template Reference

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
 

Detailed Description

template<typename... T>
struct pstore::characteristics< T >

Given a list of types, find the size of the largest and the alignment of the most aligned.


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