GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::range_invalidation_guarantee Struct Reference

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

#include <tag_and_trait.hpp>

Inheritance diagram for __gnu_pbds::range_invalidation_guarantee:
Collaboration diagram for __gnu_pbds::range_invalidation_guarantee:

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.


The documentation for this struct was generated from the following file: