GNU g++  v5.2.1
GNU Standard C++
Invalidation Guarantees
Collaboration diagram for Invalidation Guarantees:

Classes

struct  __gnu_pbds::basic_invalidation_guarantee
 Signifies a basic invalidation guarantee that any iterator, pointer, or reference to a container object's mapped value type is valid as long as the container is not modified. More...
 
struct  __gnu_pbds::point_invalidation_guarantee
 Signifies an invalidation guarantee that includes all those of its base, and additionally, that any point-type iterator, pointer, or reference to a container object's mapped value type is valid as long as its corresponding entry has not be erased, regardless of modifications to the container object. More...
 
struct  __gnu_pbds::range_invalidation_guarantee
 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...
 

Detailed Description