HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_TypeIdentity< T > Struct Template Reference

#include <SYS_TypeTraits.h>

+ Inheritance diagram for SYS_TypeIdentity< T >:

Public Types

using type = T
 

Detailed Description

template<typename T>
struct SYS_TypeIdentity< T >

Map a type to itself. Useful for specifying the result of a type metafunction; simply inherit from SYS_TypeIdentity<ResultType>

Definition at line 149 of file SYS_TypeTraits.h.

Member Typedef Documentation

template<typename T>
using SYS_TypeIdentity< T >::type = T

Definition at line 149 of file SYS_TypeTraits.h.


The documentation for this struct was generated from the following file: