KTL
ktl::global< Alloc > Member List

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() noexceptktl::global< Alloc >inline
get_allocator() const noexceptktl::global< Alloc >inline
global() noexceptktl::global< Alloc >inline
global(const global &other) noexceptktl::global< Alloc >inline
global(global &&other) noexceptktl::global< Alloc >inline
max_size() const noexcept(detail::has_nothrow_max_size_v< A >)ktl::global< Alloc >inline
operator!=(const global &rhs) constktl::global< Alloc >inline
operator=(const global &rhs) noexceptktl::global< Alloc >inline
operator=(global &&rhs) noexceptktl::global< Alloc >inline
operator==(const global &rhs) constktl::global< Alloc >inline
owns(void *p) const noexcept(detail::has_nothrow_owns_v< A >)ktl::global< Alloc >inline
set_allocator(Alloc &&value) noexceptktl::global< Alloc >inline
size_type typedefktl::global< Alloc >