#include "di/assert/assert_bool.h"#include "di/container/allocator/allocate.h"#include "di/container/allocator/allocation_result.h"#include "di/container/allocator/allocator.h"#include "di/container/allocator/std_allocator.h"#include "di/function/monad/monad_try.h"#include "di/math/intcmp/checked.h"#include "di/meta/vocab.h"#include "di/platform/prelude.h"#include "di/vocab/expected/as_fallible.h"#include "di/vocab/expected/try_infallible.h"#include "di/vocab/expected/unexpected.h"Go to the source code of this file.
Classes | |
| struct | di::container::detail::AllocateManyFunction< T > |
Namespaces | |
| namespace | di |
| namespace | di::container |
| namespace | di::container::detail |
Variables | |
| template<typename T> | |
| constexpr auto | di::container::allocate_many = detail::AllocateManyFunction<T> {} |
| template<typename T> | |
| constexpr auto | di::allocate_many |