bsl::is_class_v

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

Synopsis

Declared in <bslmf_isclass.h>

template<class t_TYPE>
inline constexpr bool is_class_v = is_class<t_TYPE>::value;