|
Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
|
Policy configuring compile-time handler capacity and delegate inline storage size. More...
#include <StoragePolicies.hpp>
Collaboration diagram for corium::FixedStoragePolicy< MaxHandlers, InlineSize >:Static Public Attributes | |
| static constexpr std::size_t | inline_storage_size = InlineSize |
| static constexpr std::size_t | max_handlers_per_event = MaxHandlers |
Policy configuring compile-time handler capacity and delegate inline storage size.
| MaxHandlers | Maximum handlers per event type stored statically. |
| InlineSize | Maximum bytes for FastDelegate inline storage (zero heap allocation). |
|
staticconstexpr |
|
staticconstexpr |