1 | <html> |
---|
2 | <head> |
---|
3 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
---|
4 | <title>Reference</title> |
---|
5 | <link rel="stylesheet" href="../boostbook.css" type="text/css"> |
---|
6 | <meta name="generator" content="DocBook XSL Stylesheets V1.68.1"> |
---|
7 | <link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> |
---|
8 | <link rel="up" href="../ref.html" title="Chapter 11. Boost.Ref"> |
---|
9 | <link rel="prev" href="../ref.html" title="Chapter 11. Boost.Ref"> |
---|
10 | <link rel="next" href="../boost/reference_wrapper.html" title="Class template reference_wrapper"> |
---|
11 | </head> |
---|
12 | <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> |
---|
13 | <table cellpadding="2" width="100%"> |
---|
14 | <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> |
---|
15 | <td align="center"><a href="../../../index.htm">Home</a></td> |
---|
16 | <td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> |
---|
17 | <td align="center"><a href="../../../people/people.htm">People</a></td> |
---|
18 | <td align="center"><a href="../../../more/faq.htm">FAQ</a></td> |
---|
19 | <td align="center"><a href="../../../more/index.htm">More</a></td> |
---|
20 | </table> |
---|
21 | <hr> |
---|
22 | <div class="spirit-nav"> |
---|
23 | <a accesskey="p" href="../ref.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../boost/reference_wrapper.html"><img src="../images/next.png" alt="Next"></a> |
---|
24 | </div> |
---|
25 | <div class="section" lang="en"> |
---|
26 | <div class="titlepage"><div><div><h2 class="title" style="clear: both"> |
---|
27 | <a name="ref.reference"></a>Reference</h2></div></div></div> |
---|
28 | <div class="toc"><dl><dt><span class="section"><a href="reference.html#header.boost.ref.hpp">Header <boost/ref.hpp></a></span></dt></dl></div> |
---|
29 | <div class="section" lang="en"> |
---|
30 | <div class="titlepage"><div><div><h3 class="title"> |
---|
31 | <a name="header.boost.ref.hpp"></a>Header <<a href="../../../boost/ref.hpp" target="_top">boost/ref.hpp</a>></h3></div></div></div> |
---|
32 | <pre class="synopsis"><span class="bold"><strong>namespace</strong></span> boost { |
---|
33 | <span class="bold"><strong>template</strong></span><<span class="bold"><strong>typename</strong></span> T> <span class="bold"><strong>class</strong></span> <a href="../boost/reference_wrapper.html" title="Class template reference_wrapper">reference_wrapper</a>; |
---|
34 | <span class="type">reference_wrapper<T></span> <a href="../boost/reference_wrapper.html#id1044490-bb">ref</a>(T&); |
---|
35 | <span class="type">reference_wrapper<T <span class="bold"><strong>const</strong></span>></span> <a href="../boost/reference_wrapper.html#boost.cref">cref</a>(T <span class="bold"><strong>const</strong></span>&); |
---|
36 | <span class="bold"><strong>template</strong></span><<span class="bold"><strong>typename</strong></span> T> <span class="bold"><strong>class</strong></span> <a href="../boost/is_reference_wrapper.html" title="Class template is_reference_wrapper">is_reference_wrapper</a>; |
---|
37 | <span class="bold"><strong>template</strong></span><<span class="bold"><strong>typename</strong></span> T> <span class="bold"><strong>class</strong></span> <a href="../boost/unwrap_reference.html" title="Class template unwrap_reference">unwrap_reference</a>; |
---|
38 | }</pre> |
---|
39 | </div> |
---|
40 | </div> |
---|
41 | <table width="100%"><tr> |
---|
42 | <td align="left"></td> |
---|
43 | <td align="right"><small>Copyright © 1999, 2000 Jaakko Järvi<br>Copyright © 2001, 2002 Peter Dimov<br>Copyright © 2002 David Abrahams</small></td> |
---|
44 | </tr></table> |
---|
45 | <hr> |
---|
46 | <div class="spirit-nav"> |
---|
47 | <a accesskey="p" href="../ref.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../ref.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="../boost/reference_wrapper.html"><img src="../images/next.png" alt="Next"></a> |
---|
48 | </div> |
---|
49 | </body> |
---|
50 | </html> |
---|