TypeIndexer.ixx File
Utility for generating unique type indices at runtime. More...
Included Headers
#include <atomic>
#include <cstddef>
Namespaces Index
| namespace | helios |
| namespace | ecs |
Classes Index
| class | TypeIndexer<Group> |
|
Utility class to generate unique type indices at runtime. More... | |
Description
Utility for generating unique type indices at runtime.
File Listing
The file content with the documentation metadata removed is:
12export namespace helios::ecs {
48 class TypeIndexer {
69 static const size_t typeIndex = counter_.fetch_add(1, std::memory_order::relaxed);
70 return typeIndex;
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.