bsl::is_enum_v

This template variable represents the result value of the bsl::is_enum meta-function.

Synopsis

Declared in <bslmf_isenum.h>

template<class t_TYPE>
inline constexpr bool is_enum_v = is_enum<t_TYPE>::value;