IsBaseOfStrict::value Constant
Supports the WRL infrastructure and is not intended to be used directly from your code.
static const bool value = __is_base_of(Base, Derived);
Remarks
Indicates whether one type is the base of another.
value is true if type Base is a base class of the type Derived, otherwise it is false.
Requirements
Header: internal.h
Namespace: Microsoft::WRL::Details