#include "di/any/concepts/vtable_for.h"#include "di/any/storage/storage_category.h"#include "di/assert/assert_bool.h"#include "di/container/allocator/allocate_one.h"#include "di/container/allocator/allocator.h"#include "di/container/allocator/deallocate_one.h"#include "di/meta/algorithm.h"#include "di/meta/core.h"#include "di/meta/language.h"#include "di/meta/operations.h"#include "di/meta/vocab.h"#include "di/platform/prelude.h"#include "di/types/prelude.h"#include "di/util/addressof.h"#include "di/util/construct_at.h"#include "di/util/destroy_at.h"#include "di/util/exchange.h"#include "di/util/move.h"#include "di/vocab/expected/as_fallible.h"#include "di/vocab/expected/try_infallible.h"Go to the source code of this file.
Classes | |
| struct | di::any::detail::HybridStorageManage< HybridStorage, Alloc > |
| struct | di::any::HybridStorage< category, inline_size, inline_align, Alloc > |
Namespaces | |
| namespace | di |
| namespace | di::any |
| namespace | di::any::detail |
Variables | |
| template<typename HybridStorage, concepts::Allocator Alloc> | |
| constexpr auto | di::any::detail::hybrid_storage_manage = HybridStorageManage<HybridStorage, Alloc> {} |