NcEngine
nc::PooledComponent Concept Reference

Requirements for the Registry to recognize a pooled component. More...

#include <Component.h>

Concept definition

template<class T>
concept nc::PooledComponent = std::movable<std::remove_const_t<T>> &&
!std::derived_from<T, FreeComponent> &&
!std::same_as<T, Entity>
Requirements for the Registry to recognize a pooled component.
Definition: Component.h:61

Detailed Description

Requirements for the Registry to recognize a pooled component.