Lumiera  0.pre.03
»edit your freedom«
maxAlign< Node< TY, TYPES > > Struct Template Reference

Description

template<class TY, class TYPES>
struct lib::meta::maxAlign< Node< TY, TYPES > >

Definition at line 104 of file typelist-util.hpp.

Static Public Attributes

static constexpr size_t nextval = maxAlign<TYPES>::value
 
static constexpr size_t thisval = alignof(TY)
 
static constexpr size_t value = nextval > thisval? nextval:thisval
 
+ Collaboration diagram for maxAlign< Node< TY, TYPES > >:

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