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