Merge -r 127928:132243 from trunk
[official-gcc.git] / libstdc++-v3 / doc / html / ext / pb_ds / null_trie_node_update.html
blobc6c0844bc604735012304f4fce99b3fbefd62ac3
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
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" />
9 <title>null_trie_node_update Interface</title>
10 <meta http-equiv="Content-Type" content=
11 "text/html; charset=us-ascii" />
12 </head>
14 <body>
15 <div id="page">
16 <h1><tt>null_trie_node_update</tt> Interface</h1>
18 <p>A "null" node updater, indicating that no node updates are
19 required.</p>
21 <p><a href=
22 "concepts.html#concepts_null_policies">Interface::Concepts::Null
23 Policy Classes</a> explains the concept of a null policy.</p>
25 <p>Defined in: <a href=
26 "../../../../include/ext/pb_ds/trie_policy.hpp"><tt>trie_policy.hpp</tt></a></p>
28 <h2><a name="link1" id="link1">Template Parameters</a></h2>
30 <table class="c1" width="100%" border="1" summary=
31 "Template Parameters">
32 <tr>
33 <td width="20%" align="left"><b>Parameter</b></td>
35 <td width="50%" align="left"><b>Description</b></td>
37 <td width="30%" align="left"><b>Default Value</b></td>
38 </tr>
40 <tr>
41 <td>
42 <pre>
43 <a name="Const_Node_Iterator1933878761" id=
44 "Const_Node_Iterator1933878761"><b>class</b> Const_Node_Iterator</a>
45 </pre>
46 </td>
48 <td>
49 <p>Const node iterator type.</p>
50 </td>
52 <td>-</td>
53 </tr>
55 <tr>
56 <td>
57 <pre>
58 <a name="Node_Iterator4206909839" id=
59 "Node_Iterator4206909839"><b>class</b> Node_Iterator</a>
60 </pre>
61 </td>
63 <td>
64 <p>Node iterator type.</p>
65 </td>
67 <td>-</td>
68 </tr>
70 <tr>
71 <td>
72 <pre>
73 <a name="E_Access_Traits686553840" id=
74 "E_Access_Traits686553840"><b>class</b> E_Access_Traits</a>
75 </pre>
76 </td>
78 <td>
79 <p>Comparison functor.</p>
80 </td>
82 <td>-</td>
83 </tr>
85 <tr>
86 <td>
87 <pre>
88 <a name="Allocator35940069" id=
89 "Allocator35940069"><b>class</b> Allocator</a>
90 </pre>
91 </td>
93 <td>
94 <p>Allocator type.</p>
95 </td>
97 <td>-</td>
98 </tr>
99 </table>
100 </div>
101 </body>
102 </html>