OSDN Git Service

f67160fe582ef5b61e0c15cf8202cce2b99b2cd3
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / doc / html / ext / pb_ds / insert_error.html
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>insert_error 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>insert_error</tt> Interface</h1>
17
18 <p>An entry cannot be inserted into a container object for logical
19 reasons (not, e.g., if memory is unavailable, in which case the
20 allocator's exception will be thrown).</p>
21
22     <p>This exception may be thrown, e.g., when a probe sequence in
23     a probing hash table does not encounter any free positions,
24     even though free positions are available.</p>
25
26     <p>Defined in: <a href=
27     "../../../../include/ext/pb_ds/exception.hpp"><tt>exception.hpp</tt></a></p>
28
29     <h2><a name="link1" id="link1">Base Classes</a></h2>
30
31     <table class="c1" width="100%" border="1" summary="Bases">
32       <tr>
33         <td width="80%" align="left"><b>Class</b></td>
34
35         <td width="20%" align="left"><b>Derivation Type</b></td>
36       </tr>
37
38       <tr>
39         <td>
40           <pre>
41 <a href="exceptions.html"><span class=
42 "c2"><tt>insert_error</tt></span></a>
43 </pre>
44         </td>
45
46         <td>
47           <p>public</p>
48         </td>
49       </tr>
50     </table>
51   </div>
52 </body>
53 </html>