This predicate tells if a class is derived from an other class. More...
#include <is_base_of.hpp>
Public Types | |
enum | { result = (sizeof(check(m_d)) == sizeof(char)) } |
This predicate tells if a class is derived from an other class.
Template parameters
The result can be retrieved via the is_base_of::result value.
Definition at line 49 of file is_base_of.hpp.
anonymous enum |
Definition at line 59 of file is_base_of.hpp.