diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 11:05:34 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2017-09-13 11:06:28 +0900 |
commit | 34bd32e225e2a8a94104489b31c42e5801cc1f4a (patch) | |
tree | d021b579a0c190354819974e1eaf0baa54b551f3 /doc/html/function.html | |
parent | f763a99a501650eff2c60288aa6f10ef916d769e (diff) | |
download | boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.tar.gz boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.tar.bz2 boost-34bd32e225e2a8a94104489b31c42e5801cc1f4a.zip |
Imported Upstream version 1.63.0upstream/1.63.0
Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/function.html')
-rw-r--r-- | doc/html/function.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/function.html b/doc/html/function.html index cea590c8be..c4baa21bc7 100644 --- a/doc/html/function.html +++ b/doc/html/function.html @@ -2,7 +2,7 @@ <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> -<title>Chapter 13. Boost.Function</title> +<title>Chapter 15. Boost.Function</title> <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> @@ -26,7 +26,7 @@ <div class="chapter"> <div class="titlepage"><div> <div><h2 class="title"> -<a name="function"></a>Chapter 13. Boost.Function</h2></div> +<a name="function"></a>Chapter 15. Boost.Function</h2></div> <div><div class="author"> <h3 class="author"> <span class="firstname">Douglas</span> <span class="surname">Gregor</span> @@ -35,7 +35,7 @@ </div></div> <div><p class="copyright">Copyright © 2001-2004 Douglas Gregor</p></div> <div><div class="legalnotice"> -<a name="idm45928050563568"></a><p>Use, modification and distribution is subject to the Boost +<a name="idp342908880"></a><p>Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)</p> </div></div> @@ -47,11 +47,11 @@ <dt><span class="section"><a href="function/history.html">History & Compatibility Notes</a></span></dt> <dt><span class="section"><a href="function/tutorial.html">Tutorial</a></span></dt> <dd><dl> -<dt><span class="section"><a href="function/tutorial.html#idm45928050492320">Basic Usage</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#idm45928050450560">Free functions</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#idm45928050446544">Member functions</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#idm45928050422240">References to Function Objects</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#idm45928050403056">Comparing Boost.Function function objects</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp342980752">Basic Usage</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp343022512">Free functions</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp343026528">Member functions</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp343050896">References to Function Objects</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp343070080">Comparing Boost.Function function objects</a></span></dt> </dl></dd> <dt><span class="section"><a href="function/reference.html">Reference</a></span></dt> <dd><dl> @@ -62,10 +62,10 @@ <dt><span class="section"><a href="function/faq.html">Frequently Asked Questions</a></span></dt> <dt><span class="section"><a href="function/misc.html">Miscellaneous Notes</a></span></dt> <dd><dl> -<dt><span class="section"><a href="function/misc.html#idm45928047938832">Boost.Function vs. Function Pointers</a></span></dt> -<dt><span class="section"><a href="function/misc.html#idm45928047931648">Performance</a></span></dt> -<dt><span class="section"><a href="function/misc.html#idm45928047924000">Combatting virtual function "bloat"</a></span></dt> -<dt><span class="section"><a href="function/misc.html#idm45928047920480">Acknowledgements</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp345543136">Boost.Function vs. Function Pointers</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp345550320">Performance</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp345557968">Combatting virtual function "bloat"</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp345561488">Acknowledgements</a></span></dt> </dl></dd> <dt><span class="section"><a href="function/testsuite.html">Testsuite</a></span></dt> <dd><dl> |