|
lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
True if Type is derived from Base, false otherwise. More...
#include <type_traits.h>
Static Public Attributes | |
| static const bool | value |
| Specifies whether Type is derived from Base. | |
True if Type is derived from Base, false otherwise.
const bool lean::meta::is_derived< Type, Base >::value [static] |
(
sizeof( is_derived::sfinae_check( static_cast<Type*>(nullptr) ) )
==
sizeof(yes) )
Specifies whether Type is derived from Base.
1.7.6.1