KTL
|
This is the complete list of members for ktl::global< Alloc >, including all inherited members.
allocate(size_t n) noexcept(detail::has_nothrow_allocate_v< Alloc >) | ktl::global< Alloc > | inline |
construct(T *p, Args &&... args) noexcept(detail::has_nothrow_construct_v< Alloc, T *, Args... >) | ktl::global< Alloc > | inline |
deallocate(void *p, size_t n) noexcept(detail::has_nothrow_deallocate_v< Alloc >) | ktl::global< Alloc > | inline |
destroy(T *p) noexcept(detail::has_nothrow_destroy_v< Alloc, T * >) | ktl::global< Alloc > | inline |
get_allocator() noexcept | ktl::global< Alloc > | inline |
get_allocator() const noexcept | ktl::global< Alloc > | inline |
global() noexcept | ktl::global< Alloc > | inline |
global(const global &other) noexcept | ktl::global< Alloc > | inline |
global(global &&other) noexcept | ktl::global< Alloc > | inline |
max_size() const noexcept(detail::has_nothrow_max_size_v< A >) | ktl::global< Alloc > | inline |
operator!=(const global &rhs) const | ktl::global< Alloc > | inline |
operator=(const global &rhs) noexcept | ktl::global< Alloc > | inline |
operator=(global &&rhs) noexcept | ktl::global< Alloc > | inline |
operator==(const global &rhs) const | ktl::global< Alloc > | inline |
owns(void *p) const noexcept(detail::has_nothrow_owns_v< A >) | ktl::global< Alloc > | inline |
set_allocator(Alloc &&value) noexcept | ktl::global< Alloc > | inline |
size_type typedef | ktl::global< Alloc > |