4.6.1
Freundlich's C++ toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
fcppt::enum_::max_value_impl< Type > Struct Template Reference

Detailed Description

template<typename Type>
struct fcppt::enum_::max_value_impl< Type >

Specialization point for max_value.

Has to contain a type called type of the form std::integral_constant<Type,max_value>, e.g.

using type = std::integral_constant<Type, max_value>;