|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
#include <cstddef>#include <cstdint>#include <vector>#include <mutex>#include <memory>#include <stdexcept>

Go to the source code of this file.
Classes | |
| class | kcenon::container::internal::fixed_block_pool |
| struct | kcenon::container::internal::fixed_block_pool::statistics |
| Statistics for monitoring memory pool usage. More... | |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::container |
| namespace | kcenon::container::internal |