i18n
Loading...
Searching...
No Matches
is_derived_from< T, B > Struct Template Reference

Trait to check if a type T derives from a base B. More...

#include <TypeTraits.hpp>

Inheritance diagram for is_derived_from< T, B >:

Detailed Description

template<typename T, typename B>
struct is_derived_from< T, B >

Trait to check if a type T derives from a base B.

Evaluates to true if T inherits from B, false otherwise.

Template Parameters
TDerived type to check
BBase type
See also
all_derived Variadic trait to check multiple derived types at once

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