Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::uni< T > Struct Template Reference

Wraps a type as a unique entity kind with one value per chunk. More...

#include <id.h>

Public Types

using TType = T
 Raw type with no additional sugar.
 
using TTypeFull = uni< TType >
 uni<TType>
 
using TTypeOriginal = T
 Original template type.
 

Static Public Attributes

static constexpr EntityKind Kind = EntityKind::EK_Uni
 Component kind.
 

Detailed Description

template<typename T>
struct gaia::ecs::uni< T >

Wraps a type as a unique entity kind with one value per chunk.


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