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

#include <SYS_TypeTraits.h>

+ Inheritance diagram for SYS_RemoveCVRef< T >:

Additional Inherited Members

- Public Types inherited from SYS_TypeIdentity< SYS_RemoveCV_t< std::remove_reference_t< T > > >
using type = SYS_RemoveCV_t< std::remove_reference_t< T > >
 

Detailed Description

template<typename T>
struct SYS_RemoveCVRef< T >

Remove reference, if T is a reference type. After that, remove the topmost cv-qualifiers.

Definition at line 161 of file SYS_TypeTraits.h.


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