HasUpdate.ixx File
Concept requiring a per-frame update(UpdateContext&) method. More...
Included Headers
#include <concepts>
#include <helios.engine.runtime.world.UpdateContext>
Namespaces Index
| namespace | helios |
| namespace | engine |
| namespace | runtime |
| namespace | world |
| namespace | concepts |
Description
Concept requiring a per-frame update(UpdateContext&) method.
File Listing
The file content with the documentation metadata removed is:
26 concept HasUpdate = requires(T& t, helios::engine::runtime::world::UpdateContext& updateContext) {
27 {t.update(updateContext) } -> std::same_as<void>;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.