__gnu_cxx_throw_value_base.3cxx

Langue: en

Version: 343008 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

__gnu_cxx::throw_value_base -

Class with exception generation control. Intended to be used as a value_type in templatized code.

SYNOPSIS


Inherits __gnu_cxx::_Cond.

Public Types


typedef _Cond condition_type

Public Member Functions


throw_value_base (const throw_value_base &__v)

throw_value_base (const std::size_t __i)

throw_value_base & operator++ ()

throw_value_base & operator= (const throw_value_base &__v)

Public Attributes


std::size_t _M_i

Detailed Description

template<typename _Cond> 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 453 of file throw_allocator.h.

Author

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