Go to the source code of this file.
|
| template<concepts::Interface Interface, StorageCategory storage_category = StorageCategory::MoveOnly, size_t inline_size = 2 * sizeof(void*), size_t inline_align = alignof(void*), concepts::Allocator Alloc = platform::DefaultAllocator> |
| using | di::any::AnyHybrid = Any<Interface, HybridStorage<storage_category, inline_size, inline_align, Alloc>> |
| |
| template<concepts::Interface Interface, StorageCategory storage_category = StorageCategory::MoveOnly, size_t inline_size = 2 * sizeof(void*), size_t inline_align = alignof(void*), concepts::Allocator Alloc = platform::DefaultAllocator> |
| using | di::AnyHybrid |
| |