PageRenderTime 27ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/libstdc++-v3/doc/html/ext/pb_ds/insert_error.html

https://bitbucket.org/pizzafactory/pf-gcc
HTML | 53 lines | 42 code | 11 blank | 0 comment | 0 complexity | e2c032de49083b190eabec8349cd5d0d MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta name="generator" content=
  6. "HTML Tidy for Linux/x86 (vers 12 April 2005), see www.w3.org" />
  7. <title>insert_error Interface</title>
  8. <meta http-equiv="Content-Type" content=
  9. "text/html; charset=us-ascii" />
  10. </head>
  11. <body>
  12. <div id="page">
  13. <h1><tt>insert_error</tt> Interface</h1>
  14. <p>An entry cannot be inserted into a container object for logical
  15. reasons (not, e.g., if memory is unavailable, in which case the
  16. allocator's exception will be thrown).</p>
  17. <p>This exception may be thrown, e.g., when a probe sequence in
  18. a probing hash table does not encounter any free positions,
  19. even though free positions are available.</p>
  20. <p>Defined in: <a href=
  21. "http://gcc.gnu.org/viewcvs/*checkout*/trunk/libstdc%2B%2B-v3/include/ext/pb_ds/exception.hpp"><tt>exception.hpp</tt></a></p>
  22. <h2><a name="link1" id="link1">Base Classes</a></h2>
  23. <table class="c1" width="100%" border="1" summary="Bases">
  24. <tr>
  25. <td width="80%" align="left"><b>Class</b></td>
  26. <td width="20%" align="left"><b>Derivation Type</b></td>
  27. </tr>
  28. <tr>
  29. <td>
  30. <pre>
  31. <a href="exceptions.html"><span class=
  32. "c2"><tt>insert_error</tt></span></a>
  33. </pre>
  34. </td>
  35. <td>
  36. <p>public</p>
  37. </td>
  38. </tr>
  39. </table>
  40. </div>
  41. </body>
  42. </html>