summaryrefslogtreecommitdiff
path: root/doc/html/boost/signals2/optional_last_value.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/signals2/optional_last_value.html')
-rw-r--r--doc/html/boost/signals2/optional_last_value.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/boost/signals2/optional_last_value.html b/doc/html/boost/signals2/optional_last_value.html
index e25370def2..accfef28cd 100644
--- a/doc/html/boost/signals2/optional_last_value.html
+++ b/doc/html/boost/signals2/optional_last_value.html
@@ -7,7 +7,7 @@
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../signals2/reference.html#header.boost.signals2.optional_last_value_hpp" title="Header &lt;boost/signals2/optional_last_value.hpp&gt;">
<link rel="prev" href="mutex.html" title="Class mutex">
-<link rel="next" href="optional_last__idp74184864.html" title="Class optional_last_value&lt;void&gt;">
+<link rel="next" href="optional_last_idp141353824.html" title="Class optional_last_value&lt;void&gt;">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -20,7 +20,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="mutex.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../signals2/reference.html#header.boost.signals2.optional_last_value_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="optional_last__idp74184864.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="mutex.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../signals2/reference.html#header.boost.signals2.optional_last_value_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="optional_last_idp141353824.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.signals2.optional_last_value"></a><div class="titlepage"></div>
@@ -39,12 +39,12 @@
<span class="comment">// types</span>
<span class="keyword">typedef</span> boost::optional<span class="special">&lt;</span><span class="identifier">T</span><span class="special">&gt;</span> <a name="boost.signals2.optional_last_value.result_type"></a><span class="identifier">result_type</span><span class="special">;</span>
- <span class="comment">// <a class="link" href="optional_last_value.html#idp158051408-bb">invocation</a></span>
+ <span class="comment">// <a class="link" href="optional_last_value.html#idp149480448-bb">invocation</a></span>
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> InputIterator<span class="special">&gt;</span>
- <span class="identifier">result_type</span> <a class="link" href="optional_last_value.html#idp158051856-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">InputIterator</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
+ <span class="identifier">result_type</span> <a class="link" href="optional_last_value.html#idp149480896-bb"><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span></a><span class="special">(</span><span class="identifier">InputIterator</span><span class="special">,</span> <span class="identifier">InputIterator</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp428070112"></a><h2>Description</h2>
+<a name="idp422003280"></a><h2>Description</h2>
<p>
<code class="computeroutput">optional_last_value</code> is the default Combiner template type for signals in the
Boost.Signals2 library. The advantage of <code class="computeroutput">optional_last_value</code> over
@@ -54,11 +54,11 @@
its <code class="computeroutput">InputIterator</code> sequence is empty.
</p>
<div class="refsect2">
-<a name="idp428074992"></a><h3>
-<a name="idp158051408-bb"></a><code class="computeroutput">optional_last_value</code> invocation</h3>
+<a name="idp422008160"></a><h3>
+<a name="idp149480448-bb"></a><code class="computeroutput">optional_last_value</code> invocation</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<pre class="literallayout"><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> InputIterator<span class="special">&gt;</span>
- <span class="identifier">result_type</span> <a name="idp158051856-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">InputIterator</span> first<span class="special">,</span> <span class="identifier">InputIterator</span> last<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
+ <span class="identifier">result_type</span> <a name="idp149480896-bb"></a><span class="keyword">operator</span><span class="special">(</span><span class="special">)</span><span class="special">(</span><span class="identifier">InputIterator</span> first<span class="special">,</span> <span class="identifier">InputIterator</span> last<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<div class="variablelist"><table border="0" class="variablelist compact">
<colgroup>
<col align="left" valign="top">
@@ -86,8 +86,8 @@
</li></ol></div>
</div>
<div class="refsect2">
-<a name="idp428092592"></a><h3>Specializations</h3>
-<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="optional_last__idp74184864.html" title="Class optional_last_value&lt;void&gt;">Class optional_last_value&lt;void&gt;</a></p></li></ul></div>
+<a name="idp422025760"></a><h3>Specializations</h3>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><a class="link" href="optional_last_idp141353824.html" title="Class optional_last_value&lt;void&gt;">Class optional_last_value&lt;void&gt;</a></p></li></ul></div>
</div>
</div>
</div>
@@ -100,7 +100,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="mutex.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../signals2/reference.html#header.boost.signals2.optional_last_value_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="optional_last__idp74184864.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="mutex.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../signals2/reference.html#header.boost.signals2.optional_last_value_hpp"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="optional_last_idp141353824.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>