![]() |
Blaze 3.9
|
Compile time analysis of an inheritance relationship. More...
#include <IsBaseOf.h>
Inherits blaze::IntegralConstant< T, N >.
Compile time analysis of an inheritance relationship.
This type trait tests for an inheritance relationship between the two types Base and Derived. If Derived is a type derived from Base or the same type as Base the value member contant is set to true, the nested type definition Type is TrueType, and the class derives from TrueType. Otherwise value is set to false, Type is FalseType, and the class derives from FalseType.