mirror of
https://github.com/boostorg/function.git
synced 2025-07-18 07:02:11 +02:00
Fix broken hyperlink
[SVN r10896]
This commit is contained in:
@ -86,7 +86,7 @@ object. Handling argument binding is beyond the scope of Boost.Function. However
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h2><a name="family">The <code>function</code> family</a></h2>
|
<h2><a name="family">The <code>function</code> family</a></h2>
|
||||||
<p> The header <<a href="../../boost/function.hpp">boost/function.hpp</a>> defines the primary entry point to the function object wrappers, the class template <code>boost::function</code>. This class template is essentially a thin wrapper around a set of similar numbered function object wrappers, <code>boost::function0</code>, <code>boost::function1</code>, etc., where the number indicates the number of arguments passed to the function object target. The declaration of <code>f</code> above could also be written as:
|
<p> The header <<a href="../../../boost/function.hpp">boost/function.hpp</a>> defines the primary entry point to the function object wrappers, the class template <code>boost::function</code>. This class template is essentially a thin wrapper around a set of similar numbered function object wrappers, <code>boost::function0</code>, <code>boost::function1</code>, etc., where the number indicates the number of arguments passed to the function object target. The declaration of <code>f</code> above could also be written as:
|
||||||
<pre>
|
<pre>
|
||||||
boost::function2<float, int, int> f;
|
boost::function2<float, int, int> f;
|
||||||
</pre>
|
</pre>
|
||||||
|
Reference in New Issue
Block a user