diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-03-21 15:45:20 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-03-21 15:46:37 +0900 |
commit | 733b5d5ae2c5d625211e2985ac25728ac3f54883 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /doc/html/function.html | |
parent | 08c1e93fa36a49f49325a07fe91ff92c964c2b6c (diff) | |
download | boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.gz boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.tar.bz2 boost-733b5d5ae2c5d625211e2985ac25728ac3f54883.zip |
Imported Upstream version 1.58.0upstream/1.58.0
Change-Id: If0072143aa26874812e0db6872e1efb10a3e5e94
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/function.html')
-rw-r--r-- | doc/html/function.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/function.html b/doc/html/function.html index 28471afb47..b20c998286 100644 --- a/doc/html/function.html +++ b/doc/html/function.html @@ -34,7 +34,7 @@ </div></div> <div><p class="copyright">Copyright © 2001-2004 Douglas Gregor</p></div> <div><div class="legalnotice"> -<a name="idp207955856"></a><p>Use, modification and distribution is subject to the Boost +<a name="idp201625200"></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> @@ -46,11 +46,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#idp208027680">Basic Usage</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#idp208069440">Free functions</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#idp208073456">Member functions</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#idp208097760">References to Function Objects</a></span></dt> -<dt><span class="section"><a href="function/tutorial.html#idp208116992">Comparing Boost.Function function objects</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp201697072">Basic Usage</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp201738832">Free functions</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp201742848">Member functions</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp201767216">References to Function Objects</a></span></dt> +<dt><span class="section"><a href="function/tutorial.html#idp201786448">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> @@ -61,10 +61,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#idp210589120">Boost.Function vs. Function Pointers</a></span></dt> -<dt><span class="section"><a href="function/misc.html#idp210596304">Performance</a></span></dt> -<dt><span class="section"><a href="function/misc.html#idp210603952">Combatting virtual function "bloat"</a></span></dt> -<dt><span class="section"><a href="function/misc.html#idp210607472">Acknowledgements</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp106319648">Boost.Function vs. Function Pointers</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp106326832">Performance</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp106334416">Combatting virtual function "bloat"</a></span></dt> +<dt><span class="section"><a href="function/misc.html#idp106337936">Acknowledgements</a></span></dt> </dl></dd> <dt><span class="section"><a href="function/testsuite.html">Testsuite</a></span></dt> <dd><dl> |