Template Struct has_is_flags< T, std::void_t< decltype(customize::enum_range< T >::is_flags) > >

Inheritance Relationships

Base Type

  • public std::bool_constant< std::is_same_v< bool, std::decay_t< decltype(customize::enum_range< T >::is_flags)> > >

Struct Documentation

template<typename T>
struct has_is_flags<T, std::void_t<decltype(customize::enum_range<T>::is_flags)>> : public std::bool_constant<std::is_same_v<bool, std::decay_t<decltype(customize::enum_range<T>::is_flags)>>>