Share via


IsBaseOfStrict::value Constant

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at IsBaseOfStrict::value Constant.

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

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

See Also

IsBaseOfStrict Structure
Microsoft::WRL::Details Namespace