range_invalidation_guarantee Interface

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.

  1. ds_trait.hpp
  2. Base classes.

Base classes.

ClassDerivation Type
find_invalidation_guarantee

public