|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
#include "core/value_types.h"#include "core/concepts.h"#include <variant>#include <string>#include <string_view>#include <vector>#include <memory>#include <optional>#include <mutex>#include <shared_mutex>#include <atomic>#include <type_traits>#include <concepts>

Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::container |
| namespace | kcenon::container::detail |
| Compile-time verification of type alignment. | |
Typedefs | |
| using | kcenon::container::ValueVariant |
| Type-aligned variant matching value_types enum EXACTLY. | |
Functions | |
| template<typename T , typename Variant > | |
| constexpr size_t | kcenon::container::detail::variant_index_of () |
Variables | |
| template<typename T > | |
| constexpr bool | kcenon::container::is_variant_type_v2_v = is_variant_type_v2<T>::value |