]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/libstdc++-v3/contrib/libstdc++-v3-4.1.0/docs/html/ext/pb_assoc/generics.html
update
[l4.git] / l4 / pkg / libstdc++-v3 / contrib / libstdc++-v3-4.1.0 / docs / html / ext / pb_assoc / generics.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html>
3 <head>
4 <title>Generics</title>
5 <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
6 <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
7 </head>
8 <body bgcolor = "white">
9 <h1>Generics</h1>
10
11 <p>
12         Naturally, the ability to program generically different associative containers, is beneficial.
13 The distinction in this library between <a href = "data_type_defs.html">data_type</a>s and
14 <a href = "mapped_data_type_defs.html">mapped_data_type</a>s, and between <a href = "value_type_defs.html">value_type</a>s and
15 <a href = "mapped_value_type_defs.html">mapped_value_type</a>s, somewhat complicates this.
16 </p>
17
18 <p>
19         The generic utility classes ease static detection of different associative-container
20 types (<i>e.g.</i>, whether they are map or multimap types), and the extraction of data from iterators.
21 </p>
22
23
24 </body>
25 </html>