summaryrefslogtreecommitdiff
path: root/doc/html/lambda.html
diff options
context:
space:
mode:
authorChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
committerChanho Park <chanho61.park@samsung.com>2014-12-11 18:55:56 +0900
commit08c1e93fa36a49f49325a07fe91ff92c964c2b6c (patch)
tree7a7053ceb8874b28ec4b868d4c49b500008a102e /doc/html/lambda.html
parentbb4dd8289b351fae6b55e303f189127a394a1edd (diff)
downloadboost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.gz
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.tar.bz2
boost-08c1e93fa36a49f49325a07fe91ff92c964c2b6c.zip
Imported Upstream version 1.57.0upstream/1.57.0
Diffstat (limited to 'doc/html/lambda.html')
-rw-r--r--doc/html/lambda.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/html/lambda.html b/doc/html/lambda.html
index ac5d0c3da2..195da8fb4a 100644
--- a/doc/html/lambda.html
+++ b/doc/html/lambda.html
@@ -1,9 +1,9 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>Chapter&#160;14.&#160;Boost.Lambda</title>
+<title>Chapter&#160;16.&#160;Boost.Lambda</title>
<link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="libraries.html" title="Part&#160;I.&#160;The Boost C++ Libraries (BoostBook Subset)">
<link rel="prev" href="boost/intrusive/unordered_set_member_hook.html" title="Class template unordered_set_member_hook">
@@ -25,7 +25,7 @@
<div class="chapter">
<div class="titlepage"><div>
<div><h2 class="title">
-<a name="lambda"></a>Chapter&#160;14.&#160;Boost.Lambda</h2></div>
+<a name="lambda"></a>Chapter&#160;16.&#160;Boost.Lambda</h2></div>
<div><div class="author">
<h3 class="author">
<span class="firstname">Jaakko</span> <span class="surname">J&#228;rvi</span>
@@ -34,24 +34,24 @@
</div></div>
<div><p class="copyright">Copyright &#169; 1999-2004 Jaakko J&#228;rvi, Gary Powell</p></div>
<div><div class="legalnotice">
-<a name="id2413602"></a><p>Use, modification and distribution is subject to the Boost
+<a name="idp320220336"></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>
</div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
-<dl>
+<dl class="toc">
<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#id2413720">Installing the library</a></span></dt>
-<dt><span class="section"><a href="lambda/getting_started.html#id2414007">Conventions used in this document</a></span></dt>
+<dt><span class="section"><a href="lambda/getting_started.html#idp320232672">Installing the library</a></span></dt>
+<dt><span class="section"><a href="lambda/getting_started.html#idp320265376">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#id2414044">Motivation</a></span></dt>
-<dt><span class="section"><a href="lambda/s03.html#id2414306">Introduction to lambda expressions</a></span></dt>
+<dt><span class="section"><a href="lambda/s03.html#idp320269664">Motivation</a></span></dt>
+<dt><span class="section"><a href="lambda/s03.html#idp320298672">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>
@@ -70,28 +70,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#id2418046">Special lambda expressions</a></span></dt>
-<dt><span class="section"><a href="lambda/le_in_details.html#id2418526">Casts, sizeof and typeid</a></span></dt>
+<dt><span class="section"><a href="lambda/le_in_details.html#idp320714336">Special lambda expressions</a></span></dt>
+<dt><span class="section"><a href="lambda/le_in_details.html#idp320765856">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#id2419745">Performance</a></span></dt>
-<dt><span class="section"><a href="lambda/s07.html#id2420135">About compiling</a></span></dt>
-<dt><span class="section"><a href="lambda/s07.html#id2420185">Portability</a></span></dt>
+<dt><span class="section"><a href="lambda/s07.html#idp320904576">Performance</a></span></dt>
+<dt><span class="section"><a href="lambda/s07.html#idp320949872">About compiling</a></span></dt>
+<dt><span class="section"><a href="lambda/s07.html#idp320954752">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#id2420509">Boost Function</a></span></dt>
-<dt><span class="section"><a href="lambda/s08.html#id2420601">Boost Bind</a></span></dt>
+<dt><span class="section"><a href="lambda/s08.html#idp320991568">Boost Function</a></span></dt>
+<dt><span class="section"><a href="lambda/s08.html#idp321000320">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#id2420864">Bibliography</a></span></dt>
+<dt><span class="bibliography"><a href="lambda.html#idp321030400">Bibliography</a></span></dt>
</dl>
</div>
<div class="section">
@@ -123,7 +123,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="id2420864"></a>Bibliography</h2></div></div></div>
+<a name="idp321030400"></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>
@@ -186,7 +186,7 @@ In explaining what the library is about, a line of code says more than a thousan
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: June 13, 2009 at 22:18:10 +0100</small></p></td>
+<td align="left"></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>