__gnu_cxx::limit_condition(3cxx) | __gnu_cxx::limit_condition(3cxx) |
__gnu_cxx::limit_condition - Base class for incremental control and throw.
#include <throw_allocator.h>
Inherits __gnu_cxx::condition_base.
Inherited by __gnu_cxx::throw_allocator_base< _Tp, limit_condition >, and __gnu_cxx::throw_value_base< limit_condition >.
struct always_adjustor
Always enter the condition. struct limit_adjustor
Enter the nth condition. struct never_adjustor
Never enter the condition.
static size_t & count ()
static size_t & limit ()
static void set_limit (const size_t __l)
static void throw_conditionally ()
Base class for incremental control and throw.
Definition at line 428 of file throw_allocator.h.
Definition at line 474 of file throw_allocator.h.
Definition at line 481 of file throw_allocator.h.
Definition at line 489 of file throw_allocator.h.
Definition at line 466 of file throw_allocator.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |