HasInit.ixx File
Concept detecting an optional init(GameWorld&) 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 detecting an optional init(GameWorld&) method.
File Listing
The file content with the documentation metadata removed is:
11export namespace helios::engine::runtime::world {
15export namespace helios::engine::common::concepts {
29 concept HasInit = requires(T& t, helios::engine::runtime::world::GameWorld& gameWorld) {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.