HasUpdate.ixx File
Concept requiring a per-frame update(UpdateContext&) method. More...
Included Headers
#include <concepts>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | runtime |
|
Runtime infrastructure for game execution and lifecycle orchestration. More... | |
| namespace | world |
|
World state management, resource registry, and per-frame update context. More... | |
| namespace | common |
|
Shared type definitions, concepts, and tags used across engine subsystems. More... | |
| namespace | concepts |
|
Compile-time concepts for engine role classification and capability detection. More... | |
Description
Concept requiring a per-frame update(UpdateContext&) method.
File Listing
The file content with the documentation metadata removed is:
11export namespace helios::engine::runtime::world {
12 class UpdateContext;
15export namespace helios::engine::common::concepts {
28 concept HasUpdate = requires(T& t, helios::engine::runtime::world::UpdateContext& updateContext) {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.