KTL
Loading...
Searching...
No Matches
ktl::debug< Alloc, Container > Member List

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 &)=defaultktl::debug< Alloc, Container >
debug(debug &&)=defaultktl::debug< Alloc, Container >
destroy(T *p) noexcept(detail::has_nothrow_destroy_v< Alloc, T * >)ktl::debug< Alloc, Container >inline
get_allocator() noexceptktl::debug< Alloc, Container >inline
get_allocator() const noexceptktl::debug< Alloc, Container >inline
get_container() noexceptktl::debug< Alloc, Container >inline
get_container() const noexceptktl::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 &)=defaultktl::debug< Alloc, Container >
operator=(debug &&)=defaultktl::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 typedefktl::debug< Alloc, Container >