bsl::is_polymorphic_v

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

Synopsis

Declared in <bslmf_ispolymorphic.h>

template<class t_TYPE>
inline constexpr bool is_polymorphic_v = is_polymorphic<t_TYPE>::value;