|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
#include "value.h"#include "thread_safe_container.h"#include <sstream>#include <iomanip>#include <cstring>#include <stdexcept>#include <set>
Go to the source code of this file.
Classes | |
| struct | kcenon::container::detail::circular_ref_guard |
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::container |
| namespace | kcenon::container::detail |
| Compile-time verification of type alignment. | |
Variables | |
| thread_local std::set< const void * > | kcenon::container::detail::serializing_containers |