My Project
Public Types | List of all members
bsl::type_identity< T > Class Template Referencefinal

Provides the member typedef "type" that names T (i.e., the identity transformation). More...

#include <type_identity.hpp>

Public Types

using type = T
 the member typedef "type" being provided
 

Detailed Description

template<typename T>
class bsl::type_identity< T >

Provides the member typedef "type" that names T (i.e., the identity transformation).

Template Parameters
Tthe type that defines the member typedef "type"

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