i18n
|
Trait to check if a type T
derives from a base B
.
More...
#include <TypeTraits.hpp>
Trait to check if a type T
derives from a base B
.
Evaluates to true if T
inherits from B
, false otherwise.
T | Derived type to check |
B | Base type |