KTL
ktl::reference< Alloc > Member List

This is the complete list of members for ktl::reference< Alloc >, including all inherited members.

allocate(size_t n) noexcept(detail::has_nothrow_allocate_v< Alloc >)ktl::reference< Alloc >inline
construct(T *p, Args &&... args) noexcept(detail::has_nothrow_construct_v< Alloc, T *, Args... >)ktl::reference< Alloc >inline
deallocate(void *p, size_t n) noexcept(detail::has_nothrow_deallocate_v< Alloc >)ktl::reference< Alloc >inline
destroy(T *p) noexcept(detail::has_nothrow_destroy_v< Alloc, T * >)ktl::reference< Alloc >inline
get_allocator() noexceptktl::reference< Alloc >inline
get_allocator() const noexceptktl::reference< Alloc >inline
max_size() const noexcept(detail::has_nothrow_max_size_v< A >)ktl::reference< Alloc >inline
operator!=(const reference &rhs) const noexcept(detail::has_nothrow_not_equal_v< Alloc >)ktl::reference< Alloc >inline
operator=(const reference &rhs) noexceptktl::reference< Alloc >inline
operator=(reference &&rhs) noexceptktl::reference< Alloc >inline
operator==(const reference &rhs) const noexcept(detail::has_nothrow_equal_v< Alloc >)ktl::reference< Alloc >inline
owns(void *p) const noexcept(detail::has_nothrow_owns_v< A >)ktl::reference< Alloc >inline
reference(Alloc &alloc) noexceptktl::reference< Alloc >inlineexplicit
reference(const reference &other) noexceptktl::reference< Alloc >inline
reference(reference &&other) noexceptktl::reference< Alloc >inline
size_type typedefktl::reference< Alloc >