4.6.0
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
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>;