#include "di/container/allocator/allocator.h"#include "di/container/allocator/fallible_allocator.h"#include "di/container/allocator/infallible_allocator.h"#include "di/execution/query/forwarding_query.h"#include "di/function/tag_invoke.h"#include "di/platform/prelude.h"#include "di/util/as_const.h"Go to the source code of this file.
Classes | |
| struct | di::execution::detail::GetAllocatorFunction |
Namespaces | |
| namespace | di |
| namespace | di::execution |
| namespace | di::execution::detail |
| namespace | di::meta |
Typedefs | |
| template<typename T> | |
| using | di::meta::AllocatorOf = meta::RemoveCVRef<decltype(execution::get_allocator(util::declval<T>()))> |
Variables | |
| constexpr auto | di::execution::get_allocator = detail::GetAllocatorFunction {} |