2008-01-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / libstdc++-v3 / docs / html / ext / pb_ds / range_invalidation_guarantee.html
blobe59a257a540059543385d2e9363c808a91c72cd5
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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" />
9 <title>range_invalidation_guarantee Interface</title>
10 <meta http-equiv="Content-Type" content=
11 "text/html; charset=us-ascii" />
12 </head>
14 <body>
15 <div id="page">
16 <h1><tt>range_invalidation_guarantee</tt> Interface</h1>
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>
25 <p>Defined in: <a href=
26 "../../../../include/ext/pb_ds/tag_and_trait.hpp"><tt>tag_and_trait.hpp</tt></a></p>
28 <h2><a name="link1" id="link1">Base Classes</a></h2>
30 <table class="c1" width="100%" border="1" summary="Bases">
31 <tr>
32 <td width="80%" align="left"><b>Class</b></td>
34 <td width="20%" align="left"><b>Derivation Type</b></td>
35 </tr>
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>
45 <td>
46 <p>public</p>
47 </td>
48 </tr>
49 </table>
50 </div>
51 </body>
52 </html>