KTL
|
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() noexcept | ktl::reference< Alloc > | inline |
get_allocator() const noexcept | ktl::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) noexcept | ktl::reference< Alloc > | inline |
operator=(reference &&rhs) noexcept | ktl::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) noexcept | ktl::reference< Alloc > | inlineexplicit |
reference(const reference &other) noexcept | ktl::reference< Alloc > | inline |
reference(reference &&other) noexcept | ktl::reference< Alloc > | inline |
size_type typedef | ktl::reference< Alloc > |