|
fennec
|
Check if Derived has a base type of Base
More...
#include <type_traits.h>
Checks if Base is a base type of Derived and stores it in is_base_of::value
| Base | base type to check |
| Derived | derived type to check |
Additional Inherited Members | |
Public Member Functions inherited from fennec::integral_constant< bool_t, ValueV > | |
| constexpr | operator bool_t () const noexcept |
| cast operator to allow for braced initialization | |
Static Public Attributes inherited from fennec::integral_constant< bool_t, ValueV > | |
| static constexpr bool_t | value |
| value of the constant | |