KTL
ktl::overflow< Alloc, Stream > Member List

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() noexceptktl::overflow< Alloc, Stream >inline
get_allocator() const noexceptktl::overflow< Alloc, Stream >inline
get_stream() noexceptktl::overflow< Alloc, Stream >inline
get_stream() const noexceptktl::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 &)=defaultktl::overflow< Alloc, Stream >
operator=(overflow &&)=defaultktl::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 &)=defaultktl::overflow< Alloc, Stream >
overflow(overflow &&)=defaultktl::overflow< Alloc, Stream >
owns(void *p) const noexcept(detail::has_nothrow_owns_v< A >)ktl::overflow< Alloc, Stream >inline
size_type typedefktl::overflow< Alloc, Stream >
~overflow()ktl::overflow< Alloc, Stream >inline