Variable std::is_scoped_enum_v#

Variable Documentation#

template<class T>
constexpr bool std::is_scoped_enum_v = is_scoped_enum<T>::value#

Check whether E is a scoped enumeration type. True if E is a scoped enumeration type, false otherwise.

Template Parameters:

T – Type to check.