EnTT 3.14.0
|
Identity type trait. More...
#include <type_traits.hpp>
Public Types | |
using | type = Type |
Identity type. | |
Identity type trait.
Useful to establish non-deduced contexts in template argument deduction (waiting for C++20) or to provide types through function arguments.
Type | A type. |
Definition at line 44 of file type_traits.hpp.
using entt::type_identity< Type >::type = Type |
Identity type.
Definition at line 46 of file type_traits.hpp.