|
KTL
|
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() noexcept | ktl::threaded< Alloc > | inline |
| get_allocator() const noexcept | ktl::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 &)=delete | ktl::threaded< Alloc > | |
| operator=(threaded &&)=delete | ktl::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 typedef | ktl::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 &)=delete | ktl::threaded< Alloc > | |
| threaded(threaded &&)=delete | ktl::threaded< Alloc > |