summaryrefslogtreecommitdiff
path: root/doc/html/lambda/s03.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/lambda/s03.html')
-rw-r--r--doc/html/lambda/s03.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/lambda/s03.html b/doc/html/lambda/s03.html
index 862865c122..d0689e10e7 100644
--- a/doc/html/lambda/s03.html
+++ b/doc/html/lambda/s03.html
@@ -6,7 +6,7 @@
<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">
-<link rel="up" href="../lambda.html" title="Chapter&#160;20.&#160;Boost.Lambda">
+<link rel="up" href="../lambda.html" title="Chapter&#160;19.&#160;Boost.Lambda">
<link rel="prev" href="getting_started.html" title="Getting Started">
<link rel="next" href="using_library.html" title="Using the library">
</head>
@@ -25,14 +25,14 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="idp362475616"></a>Introduction</h2></div></div></div>
+<a name="idp338315376"></a>Introduction</h2></div></div></div>
<div class="toc"><dl class="toc">
-<dt><span class="section"><a href="s03.html#idp362476288">Motivation</a></span></dt>
-<dt><span class="section"><a href="s03.html#idp362505120">Introduction to lambda expressions</a></span></dt>
+<dt><span class="section"><a href="s03.html#idp338316048">Motivation</a></span></dt>
+<dt><span class="section"><a href="s03.html#idp338344864">Introduction to lambda expressions</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp362476288"></a>Motivation</h3></div></div></div>
+<a name="idp338316048"></a>Motivation</h3></div></div></div>
<p>The Standard Template Library (STL)
<a class="xref" href="../lambda.html#cit:stepanov:94" title="The Standard Template Library">[<abbr class="abbrev">STL94</abbr>]</a>, now part of the C++ Standard Library <a class="xref" href="../lambda.html#cit:c++:98" title="International Standard, Programming Languages &#8211; C++">[<abbr class="abbrev">C++98</abbr>]</a>, is a generic container and algorithm library.
Typically STL algorithms operate on container elements via <span class="emphasis"><em>function objects</em></span>. These function objects are passed as arguments to the algorithms.
@@ -162,7 +162,7 @@ as function composition is supported implicitly.
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
-<a name="idp362505120"></a>Introduction to lambda expressions</h3></div></div></div>
+<a name="idp338344864"></a>Introduction to lambda expressions</h3></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="s03.html#lambda.partial_function_application">Partial function application</a></span></dt>
<dt><span class="section"><a href="s03.html#lambda.terminology">Terminology</a></span></dt>