Template Struct range_max< T, std::void_t< decltype(customize::enum_range< T >::max) > >

Inheritance Relationships

Base Type

  • public std::integral_constant< decltype(customize::enum_range< T >::max), customize::enum_range< T >::max >

Struct Documentation

template<typename T>
struct range_max<T, std::void_t<decltype(customize::enum_range<T>::max)>> : public std::integral_constant<decltype(customize::enum_range<T>::max), customize::enum_range<T>::max>