IsSystemLike.ixx File
Concept constraining types eligible for system registration. More...
Included Headers
#include <concepts>
#include <helios.engine.runtime.world.UpdateContext>
#include <helios.engine.runtime.world.tags.SystemRole>
#include <helios.engine.runtime.concepts.HasTag>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | runtime |
| namespace | world |
| namespace | concepts |
Description
Concept constraining types eligible for system registration.
File Listing
The file content with the documentation metadata removed is:
37 concept IsSystemLike = (requires(T& t, helios::engine::runtime::world::UpdateContext& updateContext) {
38 {t.update(updateContext) } -> std::same_as<void>;
39 } || requires(T& t, helios::engine::runtime::world::UpdateContext& updateContext, typename T::CommandBuffer_type& buf)
41 t.update(updateContext, buf);
42 }) && HasTag<T, tags::SystemRole>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.