memory
joint_ptr< T, RawAllocator > Member List

This is the complete list of members for joint_ptr< T, RawAllocator >, including all inherited members.

allocator_type typedef (defined in joint_ptr< T, RawAllocator >)joint_ptr< T, RawAllocator >
element_type typedef (defined in joint_ptr< T, RawAllocator >)joint_ptr< T, RawAllocator >
get() const noexceptjoint_ptr< T, RawAllocator >
get_allocator() const noexcept -> decltype(std::declval< allocator_reference< allocator_type > >().get_allocator())joint_ptr< T, RawAllocator >
joint_ptr(allocator_type &alloc) noexceptjoint_ptr< T, RawAllocator >explicit
joint_ptr(const allocator_type &alloc) noexceptjoint_ptr< T, RawAllocator >explicit
joint_ptr(allocator_type &alloc, joint_size additional_size, Args &&... args)joint_ptr< T, RawAllocator >
joint_ptr(const allocator_type &alloc, joint_size additional_size, Args &&... args)joint_ptr< T, RawAllocator >
joint_ptr(joint_ptr &&other) noexceptjoint_ptr< T, RawAllocator >
operator bool() const noexceptjoint_ptr< T, RawAllocator >explicit
operator*() const noexceptjoint_ptr< T, RawAllocator >
operator->() const noexceptjoint_ptr< T, RawAllocator >
operator=(joint_ptr &&other) noexceptjoint_ptr< T, RawAllocator >
operator=(std::nullptr_t) noexceptjoint_ptr< T, RawAllocator >
reset() noexceptjoint_ptr< T, RawAllocator >
swap(joint_ptr &a, joint_ptr &b) noexceptjoint_ptr< T, RawAllocator >friend
~joint_ptr() noexceptjoint_ptr< T, RawAllocator >