BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::IsPolymorphic< t_TYPE > Struct Template Reference

#include <bslmf_ispolymorphic.h>

Inheritance diagram for bslmf::IsPolymorphic< t_TYPE >:

Detailed Description

template<class t_TYPE>
struct bslmf::IsPolymorphic< t_TYPE >

This struct template implements a meta-function to determine if the (template parameter) t_TYPE is a (possibly cv-qualified) polymorphic type. This struct derives from bsl::true_type if the t_TYPE is a polymorphic type, and bsl::false_type otherwise.

Note that although this struct is functionally equivalent to bsl::is_polymorphic, the use of bsl::is_polymorphic should be preferred.


The documentation for this struct was generated from the following file: