![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Builds a tuple type from the first occurrence of each type in a parameter pack. More...
#include <utility.h>
Inheritance diagram for gaia::core::unique< T, Ts >:Additional Inherited Members | |
Public Types inherited from gaia::core::detail::type_identity< T > | |
| using | type = T |
| Carried type. | |
Builds a tuple type from the first occurrence of each type in a parameter pack.
| T | Initial accumulator or first type. |
| Ts | Remaining types to inspect. |