IsSame Structure
Visual Studio 2015
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 IsSame Structure.
Supports the WRL infrastructure and is not intended to be used directly from your code.
template < typename T1, typename T2 > struct IsSame; template < typename T1 > struct IsSame<T1, T1>;
Parameters
T1
A type.
T2
Another type.
Tests whether one specified type is the same as another specified type.
Public Constants
| Name | Description |
|---|---|
| IsSame::value Constant | Indicates whether one type is the same as another. |
IsSame
Header: internal.h
Namespace: Microsoft::WRL::Details
Show: