Clementine
Public Types | List of all members
entt::type_identity< Type > Struct Template Reference

Identity type trait. More...

#include <entt.hpp>

Public Types

using type = Type
 Identity type.
 

Detailed Description

template<typename Type>
struct entt::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.

Template Parameters
TypeA type.

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