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 |
| namespace | state |
| namespace | types |
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:
13export namespace helios::engine::state::types {
19 inline constexpr bool dependent_false_v = false;
24 struct InvalidStateTransitionId {};
43 struct StateTransitionId {
44 static_assert(dependent_false_v<StateType>,
47 using Type = InvalidStateTransitionId;
56 using StateTransitionIdType = typename StateTransitionId<StateType>::Type;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.