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

Detects whether a type is a relationship pair. More...

#include <id.h>

Static Public Attributes

static constexpr bool value = std::is_base_of<detail::pair_base, core::raw_t<T>>::value
 True when the type derives from the pair base.
 

Detailed Description

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

Detects whether a type is a relationship pair.


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