aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/ext/pb_assoc/sample_ranged_probe_fn.html
blob: 95eee87542f4b03a1af02d11607b75f137b6f82d (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">


<html>
<head>
<title>sample_ranged_probe_fn Interface
</title>

</head>

<body>
<h1>
<tt>sample_ranged_probe_fn
</tt>

 Interface


</h1>

<p>A sample ranged-probe functor.
</p>

<p>This class serves to show the interface a ranged-probe functor needs to support.
</p>

<ol>
<li>
<a href = "../doc/sample_ranged_probe_fn.hpp"><tt>sample_ranged_probe_fn.hpp</tt>
</a>

</li>

<li>
Public Methods:


<ol>
<li>
<a href = "#link1">Constructors, destructor, and related.
</a>

</li>

</ol>

</li>

</ol>


<h2>
<a name = "link1">Constructors, destructor, and related.
</a>

</h2>

<table WIDTH = "100%" BORDER = "1">
<TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "55%" ALIGN = "left"><b>Description</b></TD></TR>


<tr>
<td>
<pre>  sample_ranged_probe_fn
  ()</pre>


</td>

<td>
<p>Default constructor.</p>


<p>Must be default constructible.</p>


</td>

</tr>

<tr>
<td>
<pre>  sample_ranged_probe_fn
  (<b>const</b> sample_ranged_probe_fn &amp;r_other)</pre>


</td>

<td>
<p>Copy constructor.</p>


<p>Must be copy constructible.</p>


</td>

</tr>

<tr>
<td>
<pre><b>inline</b> <b>void</b>
  swap
  (sample_ranged_probe_fn &amp;r_other)</pre>


</td>

<td>
<p>Swaps content.</p>


<p>Must be swappable (if there is such a word).</p>


</td>

</tr>

</table>



</body>

</html>