![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Customization point for converting a value to its paged-storage identifier. The default implementation supports only empty types and returns an invalid identifier. More...
#include <paged_storage.h>
Static Public Member Functions | |
| static page_storage_id | get (const T &item) noexcept |
| Applies the default conversion for an item. | |
Customization point for converting a value to its paged-storage identifier. The default implementation supports only empty types and returns an invalid identifier.
| T | Value type to convert. |
|
inlinestaticnoexcept |
Applies the default conversion for an item.
| item | Item to convert. |