• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/docs/api_reference/STL/
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>operator==</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_multiset.html" title="Chapter��8.�� Db_multiset" />
11    <link rel="prev" href="stldb_multisetswap.html" title="swap" />
12    <link rel="next" href="stldb_multisetoperator_ueq.html" title="operator!=" />
13  </head>
14  <body>
15    <div class="navheader">
16      <table width="100%" summary="Navigation header">
17        <tr>
18          <th colspan="3" align="center">
19operator==
20</th>
21        </tr>
22        <tr>
23          <td width="20%" align="left"><a accesskey="p" href="stldb_multisetswap.html">Prev</a>��</td>
24          <th width="60%" align="center">Chapter��8.��
25 Db_multiset  </th>
26          <td width="20%" align="right">��<a accesskey="n" href="stldb_multisetoperator_ueq.html">Next</a></td>
27        </tr>
28      </table>
29      <hr />
30    </div>
31    <div class="sect1" lang="en" xml:lang="en">
32      <div class="titlepage">
33        <div>
34          <div>
35            <h2 class="title" style="clear: both"><a id="stldb_multisetoperator_eq"></a>
36operator==
37</h2>
38          </div>
39        </div>
40      </div>
41      <div class="sect2" lang="en" xml:lang="en">
42        <div class="titlepage">
43          <div>
44            <div>
45              <h3 class="title"><a id="func_details"></a>
46Function Details</h3>
47            </div>
48          </div>
49        </div>
50        <pre class="programlisting">
51bool��operator==(const��self��&amp;m2)��const
52 </pre>
53        <div class="sect3" lang="en" xml:lang="en">
54          <div class="titlepage"></div>
55          <p>Container content equality compare operator. </p>
56          <p>This function does not rely on key order. Two sets A and B are equal if and only if for each and every key K having n occurrences in A, K has n occurrences in B, and for each and every key K` having N occurrences in B, K` has n occurrences in A. </p>
57        </div>
58        <div class="sect3" lang="en" xml:lang="en">
59          <div class="titlepage">
60            <div>
61              <div>
62                <h4 class="title"><a id="id1557434"></a>
63Parameters</h4>
64              </div>
65            </div>
66          </div>
67          <div class="sect4" lang="en" xml:lang="en">
68            <div class="titlepage">
69              <div>
70                <div>
71                  <h5 class="title"><a id="id1557302"></a>
72 m2 </h5>
73                </div>
74              </div>
75            </div>
76            <p>The container to compare against. </p>
77          </div>
78        </div>
79        <div class="sect3" lang="en" xml:lang="en">
80          <div class="titlepage">
81            <div>
82              <div>
83                <h4 class="title"><a id="id1557386"></a>
84Return Value</h4>
85              </div>
86            </div>
87          </div>
88          <p>Returns true if the two containers are equal, false otherwise. </p>
89        </div>
90      </div>
91      <div class="sect2" lang="en" xml:lang="en">
92        <div class="titlepage">
93          <div>
94            <div>
95              <h3 class="title"><a id="id1557387"></a>
96Class</h3>
97            </div>
98          </div>
99        </div>
100        <p>
101  <a class="link" href="db_multiset.html" title="Chapter��8.�� Db_multiset">
102  db_multiset</a>
103     </p>
104      </div>
105    </div>
106    <div class="navfooter">
107      <hr />
108      <table width="100%" summary="Navigation footer">
109        <tr>
110          <td width="40%" align="left"><a accesskey="p" href="stldb_multisetswap.html">Prev</a>��</td>
111          <td width="20%" align="center">
112            <a accesskey="u" href="db_multiset.html">Up</a>
113          </td>
114          <td width="40%" align="right">��<a accesskey="n" href="stldb_multisetoperator_ueq.html">Next</a></td>
115        </tr>
116        <tr>
117          <td width="40%" align="left" valign="top">
118swap
119��</td>
120          <td width="20%" align="center">
121            <a accesskey="h" href="index.html">Home</a>
122          </td>
123          <td width="40%" align="right" valign="top">��
124operator!=
125</td>
126        </tr>
127      </table>
128    </div>
129  </body>
130</html>
131