StateTransitionId.ixx File
Type trait for mapping state types to transition ID types. More...
Included Headers
#include <cstdint>
#include <type_traits>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | state |
|
Generic, template-based state management system. More... | |
| namespace | types |
|
Type definitions for state transitions. More... | |
Classes Index
| struct | InvalidStateTransitionId |
|
Placeholder type for missing specializations. More... | |
| struct | StateTransitionId<StateType> |
|
Type trait mapping StateType to its TransitionId type. More... | |
Description
Type trait for mapping state types to transition ID types.
File Listing
The file content with the documentation metadata removed is:
14export namespace helios::engine::state::types {
20 inline constexpr bool dependent_false_v = false;
25 struct InvalidStateTransitionId {};
44 struct StateTransitionId {
45 static_assert(dependent_false_v<StateType>,
48 using Type = InvalidStateTransitionId;
57 using StateTransitionIdType = typename StateTransitionId<StateType>::Type;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.