BDE 4.14.0 Production release
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bslmf::IsClass< t_TYPE > Struct Template Reference

#include <bslmf_isclass.h>

Inheritance diagram for bslmf::IsClass< t_TYPE >:

Detailed Description

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

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.

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


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