uatlib
Loading...
Searching...
No Matches
uat::agent_compatible Concept Reference

Concept that defines the requirements for an agent. More...

#include <agent.hpp>

Concept definition

template<typename T>
concept uat::agent_compatible = std::movable<T> && std::derived_from<T, agent<typename T::region_type>>
Concept that defines the requirements for an agent.
Definition agent.hpp:143

Detailed Description

Concept that defines the requirements for an agent.