X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Fhtml%2Funordered.html;h=629da16e3a33a059ec2bc298e3a1a33eff2356ec;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=35c252151aa4c45ad03ef8d53c66d3117d66af5b;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/doc/html/unordered.html b/doc/html/unordered.html index 35c2521..629da16 100644 --- a/doc/html/unordered.html +++ b/doc/html/unordered.html @@ -1,9 +1,9 @@ -Chapter 33. Boost.Unordered +Chapter 37. Boost.Unordered - + @@ -25,7 +25,7 @@

-Chapter 33. Boost.Unordered

+Chapter 37. Boost.Unordered

Daniel James

@@ -41,7 +41,7 @@

Table of Contents

-
+
Introduction
The Data Structure
Equality Predicates and Hash Functions
@@ -118,14 +118,14 @@ class Key, class Mapped, class Hash = boost::hash<Key>, class Pred = std::equal_to<Key>, - class Alloc = std::allocator<Key> > + class Alloc = std::allocator<std::pair<Key const, Mapped> > > class unordered_map; template< class Key, class Mapped, class Hash = boost::hash<Key>, class Pred = std::equal_to<Key>, - class Alloc = std::allocator<Key> > + class Alloc = std::allocator<std::pair<Key const, Mapped> > > class unordered_multimap; } @@ -187,7 +187,7 @@
- +

Last revised: August 15, 2012 at 23:45:01 GMT

Last revised: October 30, 2014 at 10:20:57 GMT