2007-03-18 20:00:59 +00:00
|
|
|
[/ Copyright 2006-2007 Daniel James.
|
|
|
|
/ Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
|
|
/ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ]
|
|
|
|
|
2006-02-26 19:03:11 +00:00
|
|
|
[library Unordered Associative Containers
|
|
|
|
[quickbook 1.3]
|
2006-08-06 20:52:33 +00:00
|
|
|
[authors [Maitin-Shepard, Jeremy B.], [James, Daniel]]
|
2007-03-18 20:00:59 +00:00
|
|
|
[copyright 2005 2007 Daniel James]
|
2006-02-26 19:03:11 +00:00
|
|
|
[purpose std::tr1 compliant hash containers]
|
|
|
|
[id unordered]
|
|
|
|
[dirname unordered]
|
|
|
|
[license
|
|
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
|
|
(See accompanying file LICENSE_1_0.txt or copy at
|
|
|
|
[@http://www.boost.org/LICENSE_1_0.txt]
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
2006-03-07 21:32:20 +00:00
|
|
|
[section Warning]
|
|
|
|
This documentation is a work in progress, and is often incomplete, incoherent
|
|
|
|
and, worst of all, incorrect. Don't take anything in it seriously.
|
|
|
|
[endsect]
|
|
|
|
|
2006-02-26 19:03:11 +00:00
|
|
|
[include:unordered intro.qbk]
|
2006-03-14 22:41:39 +00:00
|
|
|
[include:unordered buckets.qbk]
|
2006-03-19 14:45:05 +00:00
|
|
|
[include:unordered hash_equality.qbk]
|
2006-02-26 19:03:11 +00:00
|
|
|
[include:unordered comparison.qbk]
|
2006-03-07 21:32:20 +00:00
|
|
|
[include:unordered rationale.qbk]
|
2006-02-26 19:03:11 +00:00
|
|
|
|
|
|
|
[xinclude ref.xml]
|