logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_cxx::limit_condition.3cxx

Author

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

                                                    libstdc++                   __gnu_cxx::limit_condition(3cxx)

Detailed Description

       Base class for incremental control and throw.

Name

       __gnu_cxx::limit_condition - Base class for incremental control and throw.

Synopsis

       #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>.

   Classes
       struct always_adjustor
           Always enter the condition.
       struct limit_adjustor
           Enter the nth condition.
       struct never_adjustor
           Never enter the condition.

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

See Also