My Project
Classes | Typedefs
type_identity.hpp File Reference

Go to the source code of this file.

Classes

class  bsl::type_identity< T >
 Provides the member typedef "type" that names T (i.e., the identity transformation). More...
 

Typedefs

template<typename T >
using bsl::type_identity_t = typename type_identity< T >::type
 a helper that reduces the verbosity of bsl::type_identity
 

Detailed Description