|
KTL
|
This is the complete list of members for ktl::debug< Alloc, Container >, including all inherited members.
| allocate(size_type n, const source_location &source=KTL_SOURCE()) noexcept(detail::has_nothrow_allocate_v< Alloc >) | ktl::debug< Alloc, Container > | inline |
| construct(T *p, Args &&... args) noexcept(detail::has_nothrow_construct_v< Alloc, T *, Args... >) | ktl::debug< Alloc, Container > | inline |
| deallocate(void *p, size_type n) noexcept(detail::has_nothrow_deallocate_v< Alloc >) | ktl::debug< Alloc, Container > | inline |
| debug(Container &container) noexcept(std::is_nothrow_default_constructible_v< Alloc >) | ktl::debug< Alloc, Container > | inlineexplicit |
| debug(Container &container, Args &&... args) noexcept(std::is_nothrow_constructible_v< Alloc, Args... >) | ktl::debug< Alloc, Container > | inlineexplicit |
| debug(const debug &)=default | ktl::debug< Alloc, Container > | |
| debug(debug &&)=default | ktl::debug< Alloc, Container > | |
| destroy(T *p) noexcept(detail::has_nothrow_destroy_v< Alloc, T * >) | ktl::debug< Alloc, Container > | inline |
| get_allocator() noexcept | ktl::debug< Alloc, Container > | inline |
| get_allocator() const noexcept | ktl::debug< Alloc, Container > | inline |
| get_container() noexcept | ktl::debug< Alloc, Container > | inline |
| get_container() const noexcept | ktl::debug< Alloc, Container > | inline |
| max_size() const noexcept(detail::has_nothrow_max_size_v< A >) | ktl::debug< Alloc, Container > | inline |
| operator!=(const debug &rhs) const noexcept(detail::has_nothrow_not_equal_v< Alloc >) | ktl::debug< Alloc, Container > | inline |
| operator=(const debug &)=default | ktl::debug< Alloc, Container > | |
| operator=(debug &&)=default | ktl::debug< Alloc, Container > | |
| operator==(const debug &rhs) const noexcept(detail::has_nothrow_equal_v< Alloc >) | ktl::debug< Alloc, Container > | inline |
| owns(void *p) const noexcept(detail::has_nothrow_owns_v< A >) | ktl::debug< Alloc, Container > | inline |
| size_type typedef | ktl::debug< Alloc, Container > |