![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
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 |
Wrapper for two Entities forming a relationship pair.