summaryrefslogtreecommitdiff
path: root/doc/html/boost/type_erasure/istreamable.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/type_erasure/istreamable.html')
-rw-r--r--doc/html/boost/type_erasure/istreamable.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/boost/type_erasure/istreamable.html b/doc/html/boost/type_erasure/istreamable.html
index a5df981f38..db50fed577 100644
--- a/doc/html/boost/type_erasure/istreamable.html
+++ b/doc/html/boost/type_erasure/istreamable.html
@@ -7,8 +7,8 @@
<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="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_hpp" title="Header &lt;boost/type_erasure/operators.hpp&gt;">
-<link rel="prev" href="ostreamable.html" title="Struct template ostreamable">
-<link rel="next" href="param.html" title="Class template param">
+<link rel="prev" href="incrementable.html" title="Struct template incrementable">
+<link rel="next" href="left_shift_assignable.html" title="Struct template left_shift_assignable">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="ostreamable.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_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="param.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="incrementable.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_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="left_shift_assignable.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.type_erasure.istreamable"></a><div class="titlepage"></div>
@@ -35,16 +35,16 @@
</span><span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Is <span class="special">=</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">istream</span><span class="special">,</span> <span class="keyword">typename</span> T <span class="special">=</span> <a class="link" href="_self.html" title="Struct _self">_self</a><span class="special">&gt;</span>
<span class="keyword">struct</span> <a class="link" href="istreamable.html" title="Struct template istreamable">istreamable</a> <span class="special">{</span>
- <span class="comment">// <a class="link" href="istreamable.html#id-1_3_41_13_24_1_1_30_3-bb">public static functions</a></span>
- <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="istreamable.html#id-1_3_41_13_24_1_1_30_3_1-bb"><span class="identifier">apply</span></a><span class="special">(</span><span class="identifier">Is</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">T</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
+ <span class="comment">// <a class="link" href="istreamable.html#id-1_3_41_13_24_1_1_16_3-bb">public static functions</a></span>
+ <span class="keyword">static</span> <span class="keyword">void</span> <a class="link" href="istreamable.html#id-1_3_41_13_24_1_1_16_3_1-bb"><span class="identifier">apply</span></a><span class="special">(</span><span class="identifier">Is</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">T</span> <span class="special">&amp;</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.41.13.25.32.4"></a><h2>Description</h2>
+<a name="id-1.3.41.13.25.18.4"></a><h2>Description</h2>
<p>The <a class="link" href="istreamable.html" title="Struct template istreamable">istreamable</a> concept allows an <a class="link" href="any.html" title="Class template any">any</a> to be read from a <code class="computeroutput">std::istream</code>. </p>
<div class="refsect2">
-<a name="id-1.3.41.13.25.32.4.3"></a><h3>
-<a name="id-1_3_41_13_24_1_1_30_3-bb"></a><code class="computeroutput">istreamable</code> public static functions</h3>
-<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="id-1_3_41_13_24_1_1_30_3_1-bb"></a><span class="identifier">apply</span><span class="special">(</span><span class="identifier">Is</span> <span class="special">&amp;</span> out<span class="special">,</span> <span class="identifier">T</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre></li></ol></div>
+<a name="id-1.3.41.13.25.18.4.3"></a><h3>
+<a name="id-1_3_41_13_24_1_1_16_3-bb"></a><code class="computeroutput">istreamable</code> public static functions</h3>
+<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><span class="keyword">static</span> <span class="keyword">void</span> <a name="id-1_3_41_13_24_1_1_16_3_1-bb"></a><span class="identifier">apply</span><span class="special">(</span><span class="identifier">Is</span> <span class="special">&amp;</span> out<span class="special">,</span> <span class="identifier">T</span> <span class="special">&amp;</span> arg<span class="special">)</span><span class="special">;</span></pre></li></ol></div>
</div>
</div>
</div>
@@ -58,7 +58,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="ostreamable.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_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="param.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="incrementable.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.operators_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="left_shift_assignable.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>