KTL
ktl::threaded< Alloc > Member List

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

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