|
BDE 4.39.x Production Release
|
#include <bslmf_isclass.h>
This meta-function derives from bsl::true_type if the (template parameter) t_TYPE is a class type, or a reference to a class type, and from bsl::false_type otherwise.
struct is functionally identical to bsl::is_class, the use of bsl::is_class should be preferred.