Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libstdc++-v3 / docs / html / ext / pb_assoc / sample_ranged_probe_fn.html
blob95eee87542f4b03a1af02d11607b75f137b6f82d
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
5 <html>
6 <head>
7 <title>sample_ranged_probe_fn Interface
8 </title>
10 </head>
12 <body>
13 <h1>
14 <tt>sample_ranged_probe_fn
15 </tt>
17 Interface
20 </h1>
22 <p>A sample ranged-probe functor.
23 </p>
25 <p>This class serves to show the interface a ranged-probe functor needs to support.
26 </p>
28 <ol>
29 <li>
30 <a href = "../doc/sample_ranged_probe_fn.hpp"><tt>sample_ranged_probe_fn.hpp</tt>
31 </a>
33 </li>
35 <li>
36 Public Methods:
39 <ol>
40 <li>
41 <a href = "#link1">Constructors, destructor, and related.
42 </a>
44 </li>
46 </ol>
48 </li>
50 </ol>
53 <h2>
54 <a name = "link1">Constructors, destructor, and related.
55 </a>
57 </h2>
59 <table WIDTH = "100%" BORDER = "1">
60 <TR><TD Width = "45%" ALIGN = "left"><b>Method</b></TD><TD Width = "55%" ALIGN = "left"><b>Description</b></TD></TR>
63 <tr>
64 <td>
65 <pre> sample_ranged_probe_fn
66 ()</pre>
69 </td>
71 <td>
72 <p>Default constructor.</p>
75 <p>Must be default constructible.</p>
78 </td>
80 </tr>
82 <tr>
83 <td>
84 <pre> sample_ranged_probe_fn
85 (<b>const</b> sample_ranged_probe_fn &amp;r_other)</pre>
88 </td>
90 <td>
91 <p>Copy constructor.</p>
94 <p>Must be copy constructible.</p>
97 </td>
99 </tr>
101 <tr>
102 <td>
103 <pre><b>inline</b> <b>void</b>
104 swap
105 (sample_ranged_probe_fn &amp;r_other)</pre>
108 </td>
110 <td>
111 <p>Swaps content.</p>
114 <p>Must be swappable (if there is such a word).</p>
117 </td>
119 </tr>
121 </table>
125 </body>
127 </html>