Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::ecs::SystemSetWithNameTrait Concept Reference

Concept for system sets that provide a name. More...

#include <system_set.hpp>

Concept definition

template<typename T>
{ std::remove_cvref_t<T>::kName } -> std::convertible_to<std::string_view>;
}
Concept for system sets.
Concept for system sets that provide a name.

Detailed Description

Concept for system sets that provide a name.

A system set with name trait must satisfy SystemSetTrait and provide:

  • static constexpr std::string_view kName variable

Definition at line 39 of file system_set.hpp.