Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

__gnu_pbds::range_invalidation_guarantee.3cxx

Author

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

                                                    libstdc++     __gnu_pbds::range_invalidation_guarantee(3cxx)

Detailed Description

       Signifies an invalidation guarantee that includes all those of its base, and additionally, that any
       range-type iterator (including the returns of begin() and end()) is in the correct relative positions to
       other range-type iterators as long as its corresponding entry has not be erased, regardless of
       modifications to the container object.

Name

       __gnu_pbds::range_invalidation_guarantee

Synopsis

       #include <tag_and_trait.hpp>

       Inherits __gnu_pbds::point_invalidation_guarantee.

See Also