#include "di/assert/assert_bool.h"#include "di/container/allocator/allocator.h"#include "di/container/allocator/fallible_allocator.h"#include "di/container/allocator/infallible_allocator.h"#include "di/platform/prelude.h"#include "di/sync/atomic.h"#include "di/util/immovable.h"#include "di/util/std_new.h"#include "di/vocab/error/prelude.h"#include "di/vocab/expected/as_fallible.h"#include "di/vocab/expected/try_infallible.h"#include "di/vocab/expected/unexpected.h"#include "di/vocab/pointer/intrusive_ptr.h"Go to the source code of this file.
Classes | |
| struct | di::vocab::ArcTag |
| struct | di::vocab::IntrusiveRefCount< T > |
| struct | di::vocab::MakeArcFunction< T > |
| struct | di::IntrusiveRefCount< T > |
Namespaces | |
| namespace | di |
| namespace | di::vocab |
Typedefs | |
| template<typename T> | |
| using | di::vocab::Arc = IntrusivePtr<T, ArcTag> |
| template<typename T> | |
| using | di::Arc |
Variables | |
| template<detail::IntrusivePtrValid< ArcTag > T> | |
| constexpr auto | di::vocab::make_arc = MakeArcFunction<T> {} |
| template<detail::IntrusivePtrValid< ArcTag > T> | |
| constexpr auto | di::make_arc |