Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / api_reference / STL / stldb_mapvalue_comp.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>value_comp</title>
7     <link rel="stylesheet" href="apiReference.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB C++ Standard Template Library API Reference" />
10     <link rel="up" href="db_map.html" title="Chapter 5.  Db_map" />
11     <link rel="prev" href="stldb_maphash_funct.html" title="hash_funct" />
12     <link rel="next" href="stldb_mapkey_comp.html" title="key_comp" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">value_comp</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="stldb_maphash_funct.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 5. 
26  Db_map  </th>
27           <td width="20%" align="right"> <a accesskey="n" href="stldb_mapkey_comp.html">Next</a></td>
28         </tr>
29       </table>
30       <hr />
31     </div>
32     <div class="sect1" lang="en" xml:lang="en">
33       <div class="titlepage">
34         <div>
35           <div>
36             <h2 class="title" style="clear: both"><a id="stldb_mapvalue_comp"></a>value_comp</h2>
37           </div>
38         </div>
39       </div>
40       <div class="sect2" lang="en" xml:lang="en">
41         <div class="titlepage">
42           <div>
43             <div>
44               <h3 class="title"><a id="stldb_mapvalue_comp_details"></a>Function Details</h3>
45             </div>
46           </div>
47         </div>
48         <pre class="programlisting">
49 value_compare value_comp() const
50  </pre>
51         <p>Function to get value compare functor. </p>
52         <p>Used when this container is a std::map, std::multimap, std::set or std::multiset equivalent. </p>
53         <div class="sect3" lang="en" xml:lang="en">
54           <div class="titlepage">
55             <div>
56               <div>
57                 <h4 class="title"><a id="idp342440"></a>Return Value</h4>
58               </div>
59             </div>
60           </div>
61           <p>The value compare functor. </p>
62         </div>
63         <div class="sect3" lang="en" xml:lang="en">
64           <div class="titlepage">
65             <div>
66               <div>
67                 <h4 class="title"><a id="idp344728"></a>See Also</h4>
68               </div>
69             </div>
70           </div>
71           <p>
72     </p>
73           <p><a class="ulink" href="http://www.cplusplus.com/reference/stl/map/value_comp/" target="_top">http://www.cplusplus.com/reference/stl/map/value_comp/</a> </p>
74           <p>
75    </p>
76         </div>
77       </div>
78       <div class="sect2" lang="en" xml:lang="en">
79         <div class="titlepage">
80           <div>
81             <div>
82               <h3 class="title"><a id="idp349520"></a>Class</h3>
83             </div>
84           </div>
85         </div>
86         <p>
87   <a class="link" href="db_map.html" title="Chapter 5.  Db_map">db_map</a>
88      </p>
89       </div>
90     </div>
91     <div class="navfooter">
92       <hr />
93       <table width="100%" summary="Navigation footer">
94         <tr>
95           <td width="40%" align="left"><a accesskey="p" href="stldb_maphash_funct.html">Prev</a> </td>
96           <td width="20%" align="center">
97             <a accesskey="u" href="db_map.html">Up</a>
98           </td>
99           <td width="40%" align="right"> <a accesskey="n" href="stldb_mapkey_comp.html">Next</a></td>
100         </tr>
101         <tr>
102           <td width="40%" align="left" valign="top">hash_funct </td>
103           <td width="20%" align="center">
104             <a accesskey="h" href="index.html">Home</a>
105           </td>
106           <td width="40%" align="right" valign="top"> key_comp</td>
107         </tr>
108       </table>
109     </div>
110   </body>
111 </html>