ConceptModelRegistry.ixx File
Generic type-indexed registry for type-erased wrappers. More...
Included Headers
#include <cassert>
#include <memory>
#include <span>
#include <vector>
#include <helios.engine.common.concepts>
Namespaces Index
| namespace | helios |
| namespace | core |
|
Core utilities shared across the helios engine. More... | |
| namespace | container |
|
Generic container types shared across the engine. More... | |
Classes Index
| class | ConceptModelRegistry<AnyT, IdProvider> |
|
Generic type-indexed registry for type-erased wrapper instances. More... | |
Description
Generic type-indexed registry for type-erased wrappers.
File Listing
The file content with the documentation metadata removed is:
17using namespace helios::engine::common::concepts;
19export namespace helios::core::container {
53 class ConceptModelRegistry {
143 assert(!has<T>() && "AnyT already registered with GameLoopPhase");
177 return item<T>() != nullptr;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.