Clementine
|
Identity type trait. More...
#include <entt.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. |