|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
Compile-time verification of type alignment. More...
Classes | |
| struct | circular_ref_guard |
Functions | |
| template<typename T , typename Variant > | |
| constexpr size_t | variant_index_of () |
Variables | |
| thread_local std::set< const void * > | serializing_containers |
Compile-time verification of type alignment.
These static assertions ensure that variant indices match value_types enum. If compilation fails here, the variant type order is wrong.
|
constexpr |
| thread_local std::set<const void*> kcenon::container::detail::serializing_containers |
Definition at line 20 of file value.cpp.
Referenced by kcenon::container::detail::circular_ref_guard::circular_ref_guard(), and kcenon::container::detail::circular_ref_guard::~circular_ref_guard().