summaryrefslogtreecommitdiff
path: root/doc/html/lambda.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:24:46 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2017-09-13 11:25:39 +0900
commit4fadd968fa12130524c8380f33fcfe25d4de79e5 (patch)
treefd26a490cd15388d42fc6652b3c5c13012e7f93e /doc/html/lambda.html
parentb5c87084afaef42b2d058f68091be31988a6a874 (diff)
downloadboost-4fadd968fa12130524c8380f33fcfe25d4de79e5.tar.gz
boost-4fadd968fa12130524c8380f33fcfe25d4de79e5.tar.bz2
boost-4fadd968fa12130524c8380f33fcfe25d4de79e5.zip
Imported Upstream version 1.65.0upstream/1.65.0
Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/html/lambda.html')
-rw-r--r--doc/html/lambda.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/lambda.html b/doc/html/lambda.html
index 4374df128f..da660f1cd2 100644
--- a/doc/html/lambda.html
+++ b/doc/html/lambda.html
@@ -2,7 +2,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>Chapter&#160;20.&#160;Boost.Lambda</title>
+<title>Chapter&#160;19.&#160;Boost.Lambda</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="lambda"></a>Chapter&#160;20.&#160;Boost.Lambda</h2></div>
+<a name="lambda"></a>Chapter&#160;19.&#160;Boost.Lambda</h2></div>
<div><div class="author">
<h3 class="author">
<span class="firstname">Jaakko</span> <span class="surname">J&#228;rvi</span>
@@ -35,7 +35,7 @@
</div></div>
<div><p class="copyright">Copyright &#169; 1999-2004 Jaakko J&#228;rvi, Gary Powell</p></div>
<div><div class="legalnotice">
-<a name="idp362427136"></a><p>Use, modification and distribution is subject to the Boost
+<a name="idp338266560"></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,13 +46,13 @@
<dt><span class="section"><a href="lambda.html#introduction">In a nutshell</a></span></dt>
<dt><span class="section"><a href="lambda/getting_started.html">Getting Started</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="lambda/getting_started.html#idp362439648">Installing the library</a></span></dt>
-<dt><span class="section"><a href="lambda/getting_started.html#idp362472000">Conventions used in this document</a></span></dt>
+<dt><span class="section"><a href="lambda/getting_started.html#idp338279456">Installing the library</a></span></dt>
+<dt><span class="section"><a href="lambda/getting_started.html#idp338311760">Conventions used in this document</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="lambda/s03.html">Introduction</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="lambda/s03.html#idp362476288">Motivation</a></span></dt>
-<dt><span class="section"><a href="lambda/s03.html#idp362505120">Introduction to lambda expressions</a></span></dt>
+<dt><span class="section"><a href="lambda/s03.html#idp338316048">Motivation</a></span></dt>
+<dt><span class="section"><a href="lambda/s03.html#idp338344864">Introduction to lambda expressions</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="lambda/using_library.html">Using the library</a></span></dt>
<dd><dl>
@@ -71,28 +71,28 @@
<dt><span class="section"><a href="lambda/le_in_details.html#lambda.lambda_expressions_for_control_structures">Lambda expressions for control structures</a></span></dt>
<dt><span class="section"><a href="lambda/le_in_details.html#lambda.exceptions">Exceptions</a></span></dt>
<dt><span class="section"><a href="lambda/le_in_details.html#lambda.construction_and_destruction">Construction and destruction</a></span></dt>
-<dt><span class="section"><a href="lambda/le_in_details.html#idp362920816">Special lambda expressions</a></span></dt>
-<dt><span class="section"><a href="lambda/le_in_details.html#idp362972288">Casts, sizeof and typeid</a></span></dt>
+<dt><span class="section"><a href="lambda/le_in_details.html#idp338761200">Special lambda expressions</a></span></dt>
+<dt><span class="section"><a href="lambda/le_in_details.html#idp338812672">Casts, sizeof and typeid</a></span></dt>
<dt><span class="section"><a href="lambda/le_in_details.html#lambda.nested_stl_algorithms">Nesting STL algorithm invocations</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="lambda/extending.html">Extending return type deduction system</a></span></dt>
<dt><span class="section"><a href="lambda/s07.html">Practical considerations</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="lambda/s07.html#idp363111008">Performance</a></span></dt>
-<dt><span class="section"><a href="lambda/s07.html#idp363155424">About compiling</a></span></dt>
-<dt><span class="section"><a href="lambda/s07.html#idp363160304">Portability</a></span></dt>
+<dt><span class="section"><a href="lambda/s07.html#idp338951328">Performance</a></span></dt>
+<dt><span class="section"><a href="lambda/s07.html#idp338995808">About compiling</a></span></dt>
+<dt><span class="section"><a href="lambda/s07.html#idp339000688">Portability</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="lambda/s08.html">Relation to other Boost libraries</a></span></dt>
<dd><dl>
-<dt><span class="section"><a href="lambda/s08.html#idp363197120">Boost Function</a></span></dt>
-<dt><span class="section"><a href="lambda/s08.html#idp363205936">Boost Bind</a></span></dt>
+<dt><span class="section"><a href="lambda/s08.html#idp339037504">Boost Function</a></span></dt>
+<dt><span class="section"><a href="lambda/s08.html#idp339046256">Boost Bind</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="lambda/s09.html">Contributors</a></span></dt>
<dt><span class="section"><a href="lambda/s10.html">Rationale for some of the design decisions</a></span></dt>
<dd><dl><dt><span class="section"><a href="lambda/s10.html#lambda.why_weak_arity">
Lambda functor arity
</a></span></dt></dl></dd>
-<dt><span class="bibliography"><a href="lambda.html#idp363236080">Bibliography</a></span></dt>
+<dt><span class="bibliography"><a href="lambda.html#idp339076272">Bibliography</a></span></dt>
</dl>
</div>
<div class="section">
@@ -124,7 +124,7 @@ In explaining what the library is about, a line of code says more than a thousan
</div>
<div class="bibliography">
<div class="titlepage"><div><div><h2 class="title">
-<a name="idp363236080"></a>Bibliography</h2></div></div></div>
+<a name="idp339076272"></a>Bibliography</h2></div></div></div>
<div class="biblioentry">
<a name="cit:stepanov:94"></a><p>[<abbr class="abbrev">STL94</abbr>] <span class="authorgroup"><span class="firstname">A. A.</span> <span class="surname">Stepanov</span> and <span class="firstname">M.</span> <span class="surname">Lee</span>. </span><span class="title"><i>The Standard Template Library</i>. </span><span class="orgname">Hewlett-Packard Laboratories. </span><span class="pubdate">1994. </span><span class="bibliomisc">
<a href="http://www.hpl.hp.com/techreports" target="_top">www.hpl.hp.com/techreports</a>