1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6  <meta name="generator" content=
7  "HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
8
9  <title>range_invalidation_guarantee Interface</title>
10  <meta http-equiv="Content-Type" content=
11  "text/html; charset=us-ascii" />
12  </head>
13
14<body>
15  <div id="page">
16    <h1><tt>range_invalidation_guarantee</tt> Interface</h1>
17
18    <p>Signifies an invalidation guarantee that includes all those
19    of its base, and additionally, that any range-type iterator
20    (including the returns of begin() and end()) is in the correct
21    relative positions to other range-type iterators as long as its
22    corresponding entry has not be erased, regardless of
23    modifications to the container object.</p>
24
25    <p>Defined in: <a href=
26    "http://gcc.gnu.org/viewcvs/*checkout*/trunk/libstdc%2B%2B-v3/include/ext/pb_ds/tag_and_trait.hpp"><tt>tag_and_trait.hpp</tt></a></p>
27
28    <h2><a name="link1" id="link1">Base Classes</a></h2>
29
30    <table class="c1" width="100%" border="1" summary="Bases">
31      <tr>
32        <td width="80%" align="left"><b>Class</b></td>
33
34        <td width="20%" align="left"><b>Derivation Type</b></td>
35      </tr>
36
37      <tr>
38        <td>
39          <pre>
40<a href="point_invalidation_guarantee.html"><span class=
41"c2"><tt>point_invalidation_guarantee</tt></span></a>
42</pre>
43        </td>
44
45        <td>
46          <p>public</p>
47        </td>
48      </tr>
49    </table>
50  </div>
51</body>
52</html>
53