DOKK / manpages / debian 12 / libstdc++-11-doc / __gnu_cxx::throw_value_limit.3cxx.en
__gnu_cxx::throw_value_limit(3cxx) __gnu_cxx::throw_value_limit(3cxx)

__gnu_cxx::throw_value_limit - Type throwing via limit condition.

#include <throw_allocator.h>

Inherits __gnu_cxx::throw_value_base< limit_condition >.


typedef throw_value_base< limit_condition > base_type
typedef limit_condition condition_type


throw_value_limit (const std::size_t __i)
throw_value_limit (const throw_value_limit &__other)
throw_value_limit (throw_value_limit &&)=default
throw_value_base & operator++ ()
throw_value_limit & operator= (const throw_value_limit &__other)
throw_value_limit & operator= (throw_value_limit &&)=default


static size_t & count ()
static size_t & limit ()
static void set_limit (const size_t __l)
static void throw_conditionally ()


std::size_t _M_i

Type throwing via limit condition.

Definition at line 740 of file throw_allocator.h.

typedef throw_value_base<limit_condition> __gnu_cxx::throw_value_limit::base_type

Definition at line 742 of file throw_allocator.h.

typedef limit_condition __gnu_cxx::throw_value_base< limit_condition >::condition_type [inherited]

Definition at line 625 of file throw_allocator.h.

Definition at line 745 of file throw_allocator.h.

Definition at line 747 of file throw_allocator.h.

Definition at line 754 of file throw_allocator.h.

Definition at line 474 of file throw_allocator.h.

Definition at line 481 of file throw_allocator.h.

throw_value_base & __gnu_cxx::throw_value_base< limit_condition >::operator++ () [inline], [inherited]

Definition at line 662 of file throw_allocator.h.

throw_value_limit & __gnu_cxx::throw_value_limit::operator= (const throw_value_limit & __other) [inline]

Definition at line 758 of file throw_allocator.h.

Definition at line 489 of file throw_allocator.h.

Definition at line 466 of file throw_allocator.h.

Definition at line 629 of file throw_allocator.h.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++