28 #ifndef BSL_TYPE_IDENTITY_HPP 29 #define BSL_TYPE_IDENTITY_HPP typename type_identity< T >::type type_identity_t
a helper that reduces the verbosity of bsl::type_identity
Definition: type_identity.hpp:51
Provides the member typedef "type" that names T (i.e., the identity transformation).
Definition: type_identity.hpp:43
T type
the member typedef "type" being provided
Definition: type_identity.hpp:46