Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::ecs::pair< Entity, Entity > Class Reference

Wrapper for two Entities forming a relationship pair. More...

#include <id.h>

+ Inheritance diagram for gaia::ecs::pair< Entity, Entity >:

Public Member Functions

 pair (Entity a, Entity b) noexcept
 
 operator Entity () const noexcept
 
Entity first () const noexcept
 
Entity second () const noexcept
 
bool operator== (const pair &other) const
 
bool operator!= (const pair &other) const
 

Detailed Description

Wrapper for two Entities forming a relationship pair.


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