pstore2
Classes
max.hpp File Reference

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>
Include dependency graph for max.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

A template implementation of helper types for determining the maximum size and alignment of a collection of types.