summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/cxx20/expected/html/comparesstronglywithoneclassandpartiallywithanother.html
blob: 42847f896864141f4db8bc776581c9244e2752d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
<!-- classes_with_various_ordering.cpp -->
  <meta name="description" content="Class with various comparison relationships.">
  <title>ComparesStronglyWithOneClassAndPartiallyWithAnother Class | cxx20</title>
</head>
<body>
<li>ComparesStronglyWithOneClassAndPartiallyWithAnother</li>
<div class="sidebar">
<div class="toc">
<h3 id="toc">Contents</h3>
<ul>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title" translate="no">ComparesStronglyWithOneClassAndPartiallyWithAnother Class</h1>
<!-- $$$ComparesStronglyWithOneClassAndPartiallyWithAnother-brief -->
<p>Class with various comparison relationships. <a href="#details">More...</a></p>
<!-- @@@ComparesStronglyWithOneClassAndPartiallyWithAnother -->
<div class="table"><table class="alignedsummary" translate="no">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include &lt;ComparesStronglyWithOneClassAndPartiallyWithAnother&gt;</span></td></tr>
</table></div>
<p>This class is <b>strongly comparable</b> with <a href="foo.html" translate="no">Foo</a>.</p>
<p>This class is <b>partially comparable</b> with <a href="bar.html" translate="no">Bar</a>.</p>
<p>Here we describe partial comparison with Bar.</p>
<p>This class is <b>equality-comparable</b> with <a href="foo.html" translate="no">Foo</a>.</p>
<!-- $$$ComparesStronglyWithOneClassAndPartiallyWithAnother-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>This class compares strongly with one type, and partially with another.</p>
</div>
<!-- @@@ComparesStronglyWithOneClassAndPartiallyWithAnother -->
</body>
</html>