__gnu_cxx::throw_value_base< _Cond >(3cxx) | __gnu_cxx::throw_value_base< _Cond >(3cxx) |
__gnu_cxx::throw_value_base< _Cond > - Class with exception generation control. Intended to be used as a value_type in templatized code.
#include <throw_allocator.h>
Inherits _Cond.
typedef _Cond condition_type
throw_value_base (const std::size_t __i)
throw_value_base (const throw_value_base &__v)
throw_value_base (throw_value_base &&)=default
throw_value_base & operator++ ()
throw_value_base & operator= (const throw_value_base
&__v)
throw_value_base & operator= (throw_value_base
&&)=default
std::size_t _M_i
struct __gnu_cxx::throw_value_base< _Cond >"Class with exception generation control. Intended to be used as a value_type in templatized code.
Note: Destructor not allowed to throw.
Definition at line 623 of file throw_allocator.h.
Definition at line 625 of file throw_allocator.h.
Definition at line 632 of file throw_allocator.h.
Definition at line 635 of file throw_allocator.h.
Definition at line 643 of file throw_allocator.h.
Definition at line 662 of file throw_allocator.h.
Definition at line 648 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++ |