1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Links</title> 6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../hash.html" title="Chapter 10. Boost.ContainerHash"> 10<link rel="prev" href="../boost/hash_std__1_3_11_11_2_2_25.html" title="Struct hash<std::type_index>"> 11<link rel="next" href="acknowledgements.html" title="Acknowledgements"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> 16<td align="center"><a href="../../../index.html">Home</a></td> 17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="../boost/hash_std__1_3_11_11_2_2_25.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="section"> 27<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 28<a name="hash.links"></a><a class="link" href="links.html" title="Links">Links</a> 29</h2></div></div></div> 30<p> 31 <span class="bold"><strong>A Proposal to Add Hash Tables to the Standard Library</strong></span> 32 <a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html" target="_top">http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2003/n1456.html</a> 33 The hash table proposal explains much of the design. The hash function object 34 is discussed in Section D. 35 </p> 36<p> 37 <span class="bold"><strong>The C++ Standard Library Technical Report.</strong></span> 38 <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf" target="_top">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf</a> 39 Contains the hash function specification in section 6.3.2. 40 </p> 41<p> 42 <span class="bold"><strong>Library Extension Technical Report Issues List.</strong></span> 43 <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf" target="_top">http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1837.pdf</a> 44 The library implements the extension described in Issue 6.18, pages 63-67. 45 </p> 46<p> 47 <span class="bold"><strong>Methods for Identifying Versioned and Plagiarised Documents</strong></span> 48 Timothy C. Hoad, Justin Zobel <a href="http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf" target="_top">http://www.cs.rmit.edu.au/~jz/fulltext/jasist-tch.pdf</a> 49 Contains the hash function that <code class="computeroutput"><a class="link" href="reference.html#boost.hash_combine">boost::hash_combine</a></code> 50 is based on. 51 </p> 52</div> 53<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 54<td align="left"></td> 55<td align="right"><div class="copyright-footer">Copyright © 2005-2008 Daniel 56 James<p> 57 Distributed under the Boost Software License, Version 1.0. (See accompanying 58 file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 59 </p> 60</div></td> 61</tr></table> 62<hr> 63<div class="spirit-nav"> 64<a accesskey="p" href="../boost/hash_std__1_3_11_11_2_2_25.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../hash.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="acknowledgements.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 65</div> 66</body> 67</html> 68