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

Description

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

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

Static Public Attributes

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

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