Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(415)

Side by Side Diff: gcc/libstdc++-v3/doc/html/ext/pb_ds/assoc_design.html

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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>Associative Containers</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>Associative-Container Design</h1>
17
18 <ol>
19 <li><a href="ds_gen.html">Data-Structure Genericity</a></li>
20
21 <li class="c1">Genericity discusses generic manipulation of
22 containers based on different underlying
23 data structures.</li>
24
25 <li class="c1">Genericity discusses generic manipulation of
26 containers with different mapping semantics.</li>
27
28 <li><a href="tree_based_containers.html">Tree-Based
29 Containers</a> describes the design and policies of
30 tree-based containers.</li>
31
32 <li><a href="trie_based_containers.html">Trie-Based
33 Containers</a> describes the design and policies of
34 trie-based containers.</li>
35
36 <li><a href="hash_based_containers.html">Hash-Based
37 Containers</a> describes the design and policies of
38 hash-based containers.</li>
39
40 <li><a href="lu_based_containers.html">List-Based
41 Containers</a> describes the design and policies of
42 list-based containers with update policies.</li>
43 </ol>
44 </div>
45 </body>
46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698