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