#include "di/any/container/any.h"#include "di/container/allocator/allocator.h"#include "di/platform/prelude.h"Go to the source code of this file.
Namespaces | |
| namespace | di |
| namespace | di::any |
Typedefs | |
| template<concepts::Interface Interface, concepts::Allocator Alloc = platform::DefaultAllocator> | |
| using | di::any::AnyUnique = Any<Interface, UniqueStorage<Alloc>> |
| template<concepts::Interface Interface, concepts::Allocator Alloc = platform::DefaultAllocator> | |
| using | di::AnyUnique |