Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
system_set.hpp File Reference
#include <helios/core_pch.hpp>
#include <ctti/name.hpp>
#include <ctti/type_id.hpp>
#include <concepts>
#include <cstddef>
#include <string_view>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  helios
 
namespace  helios::app
 

Concepts

concept  helios::app::SystemSetTrait
 Trait to identify valid system set types.
 
concept  helios::app::SystemSetWithNameTrait
 Trait to identify system sets with custom names.
 

Typedefs

using helios::app::SystemSetId = size_t
 Type alias for system set type IDs.
 

Functions

template<SystemSetTrait T>
constexpr SystemSetId helios::app::SystemSetIdOf () noexcept
 Gets unique type ID for a system set type.
 
template<SystemSetTrait T>
constexpr std::string_view helios::app::SystemSetNameOf () noexcept
 Gets the name of a system set type.