forked from boostorg/fusion
fusion: merge of associative iterators/views and the new fold interface
[SVN r58618]
This commit is contained in:
@ -3,7 +3,11 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Concepts</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../iterator.html" title="Iterator">
|
||||
<link rel="previous" href="../iterator.html" title="Iterator">
|
||||
@ -37,6 +41,8 @@
|
||||
Iterator</a></span></dt>
|
||||
<dt><span class="section"><a href="concepts/random_access_iterator.html">Random
|
||||
Access Iterator</a></span></dt>
|
||||
<dt><span class="section"><a href="concepts/associative_iterator.html">Associative
|
||||
Iterator</a></span></dt>
|
||||
</dl></div>
|
||||
<p>
|
||||
Fusion iterators are divided into different traversal categories. <a href="concepts/forward_iterator.html" title="Forward
|
||||
@ -49,7 +55,11 @@
|
||||
Access Iterator">Random
|
||||
Access Iterator</a> is a refinement of <a href="concepts/bidirectional_iterator.html" title="Bidirectional
|
||||
Iterator">Bidirectional
|
||||
Iterator</a>.
|
||||
Iterator</a>. <a class="link" href="concepts/associative_iterator.html" title="Associative Iterator">Associative
|
||||
Iterator</a> is a refinement of <a class="link" href="concepts/forward_iterator.html" title="Forward Iterator">Forward
|
||||
Iterator</a>, <a class="link" href="concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
|
||||
Iterator</a> or <a class="link" href="concepts/random_access_iterator.html" title="Random Access Iterator">Random
|
||||
Access Iterator</a>.
|
||||
</p>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
|
228
doc/html/fusion/iterator/concepts/associative_iterator.html
Normal file
228
doc/html/fusion/iterator/concepts/associative_iterator.html
Normal file
@ -0,0 +1,228 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>Associative Iterator</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../concepts.html" title="Concepts">
|
||||
<link rel="prev" href="random_access_iterator.html" title="Random Access Iterator">
|
||||
<link rel="next" href="../functions.html" title="Functions">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="random_access_iterator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../functions.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" title="Associative Iterator">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.concepts.associative_iterator"></a><a class="link" href="associative_iterator.html" title="Associative Iterator">Associative
|
||||
Iterator</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.concepts.associative_iterator.description"></a><h6>
|
||||
<a name="id627097"></a>
|
||||
<a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
An Associative Iterator provides additional semantics to obtain the properties
|
||||
of the element of an associative forward, bidirectional or random access
|
||||
sequence.
|
||||
</p>
|
||||
<div class="variablelist" title="Notation">
|
||||
<p class="title"><b>Notation</b></p>
|
||||
<dl>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">i</span></code></span></dt>
|
||||
<dd><p>
|
||||
Associative Iterator
|
||||
</p></dd>
|
||||
<dt><span class="term"><code class="computeroutput"><span class="identifier">I</span></code></span></dt>
|
||||
<dd><p>
|
||||
Associative Iterator type
|
||||
</p></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<a name="fusion.iterator.concepts.associative_iterator.refinement_of"></a><h6>
|
||||
<a name="id627161"></a>
|
||||
<a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.refinement_of">Refinement
|
||||
of</a>
|
||||
</h6>
|
||||
<p>
|
||||
<a class="link" href="forward_iterator.html" title="Forward Iterator">Forward Iterator</a>,
|
||||
<a class="link" href="bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
|
||||
Iterator</a> or <a class="link" href="random_access_iterator.html" title="Random Access Iterator">Random
|
||||
Access Iterator</a>
|
||||
</p>
|
||||
<a name="fusion.iterator.concepts.associative_iterator.expression_requirements"></a><h6>
|
||||
<a name="id627195"></a>
|
||||
<a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.expression_requirements">Expression
|
||||
requirements</a>
|
||||
</h6>
|
||||
<p>
|
||||
In addition to the requirements defined in <a class="link" href="forward_iterator.html" title="Forward Iterator">Forward
|
||||
Iterator</a>, <a class="link" href="bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
|
||||
Iterator</a> or <a class="link" href="random_access_iterator.html" title="Random Access Iterator">Random
|
||||
Access Iterator</a> the following expressions must be valid:
|
||||
</p>
|
||||
<div class="informaltable"><table class="table">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead><tr>
|
||||
<th>
|
||||
<p>
|
||||
Expression
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Return type
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Runtime Complexity
|
||||
</p>
|
||||
</th>
|
||||
</tr></thead>
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><a class="link" href="../functions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><a class="link" href="../metafunctions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Constant
|
||||
</p>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<a name="fusion.iterator.concepts.associative_iterator.meta_expressions"></a><h6>
|
||||
<a name="id627347"></a>
|
||||
<a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.meta_expressions">Meta
|
||||
Expressions</a>
|
||||
</h6>
|
||||
<div class="informaltable"><table class="table">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead><tr>
|
||||
<th>
|
||||
<p>
|
||||
Expression
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Compile Time Complexity
|
||||
</p>
|
||||
</th>
|
||||
</tr></thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><a class="link" href="../metafunctions/key_of.html" title="key_of"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">key_of</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Amortized constant time
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><a class="link" href="../metafunctions/value_of_data.html" title="value_of_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_of_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Amortized constant time
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><a class="link" href="../metafunctions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Amortized constant time
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<a name="fusion.iterator.concepts.associative_iterator.models"></a><h6>
|
||||
<a name="id627553"></a>
|
||||
<a class="link" href="associative_iterator.html#fusion.iterator.concepts.associative_iterator.models">Models</a>
|
||||
</h6>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a>
|
||||
iterator
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../container/set.html" title="set"><code class="computeroutput"><span class="identifier">set</span></code></a>
|
||||
iterator
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/filter_view.html" title="filter_view"><code class="computeroutput"><span class="identifier">filter_view</span></code></a>
|
||||
iterator (where adapted sequence is an <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
|
||||
Sequence</a> and a <a class="link" href="../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
|
||||
Sequence</a>)
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/iterator_range.html" title="iterator_range"><code class="computeroutput"><span class="identifier">iterator_range</span></code></a>
|
||||
iterator (where adapted iterators are <a class="link" href="associative_iterator.html" title="Associative Iterator">Associative
|
||||
Iterator</a>s)
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/joint_view.html" title="joint_view"><code class="computeroutput"><span class="identifier">joint_view</span></code></a>
|
||||
iterator (where adapted sequences are <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
|
||||
Sequence</a>s and <a class="link" href="../../sequence/concepts/forward_sequence.html" title="Forward Sequence">Forward
|
||||
Sequence</a>s)
|
||||
</li>
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../view/reverse_view.html" title="reverse_view"><code class="computeroutput"><span class="identifier">reverse_view</span></code></a>
|
||||
iterator (where adapted sequence is an <a class="link" href="../../sequence/concepts/associative_sequence.html" title="Associative Sequence">Associative
|
||||
Sequence</a> and a <a class="link" href="../../sequence/concepts/bidirectional_sequence.html" title="Bidirectional Sequence">Bidirectional
|
||||
Sequence</a>)
|
||||
</li>
|
||||
</ul></div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt 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></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="random_access_iterator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../functions.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,11 @@
|
||||
<title>Bidirectional
|
||||
Iterator</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../concepts.html" title="Concepts">
|
||||
<link rel="previous" href="forward_iterator.html" title="Forward
|
||||
@ -31,6 +35,7 @@
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator"></a><a href="bidirectional_iterator.html" title="Bidirectional
|
||||
Iterator">Bidirectional
|
||||
Iterator</a>
|
||||
<<<<<<< .working
|
||||
</h4></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
@ -38,6 +43,13 @@
|
||||
<a name="id423358"></a>
|
||||
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.description"></a><h6>
|
||||
<a name="id623077"></a>
|
||||
<a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
A Bidirectional Iterator traverses a <a href="../../sequence.html" title="Sequence">Sequence</a>
|
||||
allowing movement in either direction one element at a time.
|
||||
@ -64,18 +76,30 @@
|
||||
</p></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.refinement_of"></a><h5>
|
||||
<a name="id423503"></a>
|
||||
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.refinement_of">Refinement
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.refinement_of"></a><h6>
|
||||
<a name="id623189"></a>
|
||||
<a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.refinement_of">Refinement
|
||||
>>>>>>> .merge-right.r57125
|
||||
of</a>
|
||||
</h5>
|
||||
<p>
|
||||
<a href="forward_iterator.html" title="Forward
|
||||
Iterator">Forward Iterator</a>
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.expression_requirements"></a><h5>
|
||||
<a name="id423540"></a>
|
||||
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.expression_requirements">Expression
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.expression_requirements"></a><h6>
|
||||
<a name="id623213"></a>
|
||||
<a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.expression_requirements">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
requirements</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -155,9 +179,15 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.meta_expressions"></a><h5>
|
||||
<a name="id423922"></a>
|
||||
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.meta_expressions">Meta
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.meta_expressions"></a><h6>
|
||||
<a name="id623490"></a>
|
||||
<a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.meta_expressions">Meta
|
||||
>>>>>>> .merge-right.r57125
|
||||
Expressions</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -182,9 +212,15 @@
|
||||
</p></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.expression_semantics"></a><h5>
|
||||
<a name="id424055"></a>
|
||||
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.expression_semantics">Expression
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.expression_semantics"></a><h6>
|
||||
<a name="id623590"></a>
|
||||
<a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -215,10 +251,17 @@
|
||||
</p></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.invariants"></a><h5>
|
||||
<a name="id424198"></a>
|
||||
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.invariants">Invariants</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.invariants"></a><h6>
|
||||
<a name="id623695"></a>
|
||||
<a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.invariants">Invariants</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
In addition to the invariants of <a href="forward_iterator.html" title="Forward
|
||||
Iterator">Forward
|
||||
@ -232,6 +275,7 @@
|
||||
will never return a previously seen position
|
||||
</li>
|
||||
</ul></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.models"></a><h5>
|
||||
<a name="id424535"></a>
|
||||
<a href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.models">Models</a>
|
||||
@ -239,6 +283,15 @@
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<li>
|
||||
<a href="../../adapted/std__pair.html" title="std::pair"><tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt></a>
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.bidirectional_iterator.models"></a><h6>
|
||||
<a name="id623920"></a>
|
||||
<a class="link" href="bidirectional_iterator.html#fusion.iterator.concepts.bidirectional_iterator.models">Models</a>
|
||||
</h6>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
|
||||
>>>>>>> .merge-right.r57125
|
||||
iterator
|
||||
</li>
|
||||
<li>
|
||||
|
@ -4,7 +4,11 @@
|
||||
<title>Forward
|
||||
Iterator</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../concepts.html" title="Concepts">
|
||||
<link rel="previous" href="../concepts.html" title="Concepts">
|
||||
@ -30,6 +34,7 @@
|
||||
<a name="fusion.iterator.concepts.forward_iterator"></a><a href="forward_iterator.html" title="Forward
|
||||
Iterator">Forward
|
||||
Iterator</a>
|
||||
<<<<<<< .working
|
||||
</h4></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
@ -37,6 +42,13 @@
|
||||
<a name="id420469"></a>
|
||||
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.concepts.forward_iterator.description"></a><h6>
|
||||
<a name="id619640"></a>
|
||||
<a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
A Forward Iterator traverses a <a href="../../sequence.html" title="Sequence">Sequence</a>
|
||||
allowing movement in only one direction through it's elements, one element
|
||||
@ -66,9 +78,15 @@
|
||||
</p></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.forward_iterator.expression_requirements"></a><h5>
|
||||
<a name="id420641"></a>
|
||||
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.expression_requirements">Expression
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.forward_iterator.expression_requirements"></a><h6>
|
||||
<a name="id619760"></a>
|
||||
<a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.expression_requirements">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
requirements</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -193,9 +211,15 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.forward_iterator.meta_expressions"></a><h5>
|
||||
<a name="id421381"></a>
|
||||
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.meta_expressions">Meta
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.forward_iterator.meta_expressions"></a><h6>
|
||||
<a name="id620306"></a>
|
||||
<a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.meta_expressions">Meta
|
||||
>>>>>>> .merge-right.r57125
|
||||
Expressions</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -272,9 +296,15 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.forward_iterator.expression_semantics"></a><h5>
|
||||
<a name="id421980"></a>
|
||||
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.expression_semantics">Expression
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.forward_iterator.expression_semantics"></a><h6>
|
||||
<a name="id622116"></a>
|
||||
<a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -362,10 +392,17 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.forward_iterator.invariants"></a><h5>
|
||||
<a name="id422585"></a>
|
||||
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.invariants">Invariants</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.forward_iterator.invariants"></a><h6>
|
||||
<a name="id622569"></a>
|
||||
<a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.invariants">Invariants</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
The following invariants always hold:
|
||||
</p>
|
||||
@ -386,6 +423,7 @@
|
||||
<span class="identifier">j</span></tt> then <tt class="computeroutput"><span class="special">*</span><span class="identifier">i</span></tt> is equivalent to <tt class="computeroutput"><span class="special">*</span><span class="identifier">j</span></tt>
|
||||
</li>
|
||||
</ul></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.forward_iterator.models"></a><h5>
|
||||
<a name="id423010"></a>
|
||||
<a href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.models">Models</a>
|
||||
@ -393,6 +431,15 @@
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<li>
|
||||
<a href="../../adapted/std__pair.html" title="std::pair"><tt class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></tt></a>
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.forward_iterator.models"></a><h6>
|
||||
<a name="id622861"></a>
|
||||
<a class="link" href="forward_iterator.html#fusion.iterator.concepts.forward_iterator.models">Models</a>
|
||||
</h6>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../adapted/std__pair.html" title="std::pair"><code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">pair</span></code></a>
|
||||
>>>>>>> .merge-right.r57125
|
||||
iterator
|
||||
</li>
|
||||
<li>
|
||||
|
@ -4,12 +4,16 @@
|
||||
<title>Random
|
||||
Access Iterator</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../concepts.html" title="Concepts">
|
||||
<link rel="previous" href="bidirectional_iterator.html" title="Bidirectional
|
||||
Iterator">
|
||||
<link rel="next" href="../functions.html" title="Functions">
|
||||
<link rel="next" href="associative_iterator.html" title="Associative Iterator">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
@ -22,7 +26,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="bidirectional_iterator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../functions.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="bidirectional_iterator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="associative_iterator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
@ -30,6 +34,7 @@
|
||||
<a name="fusion.iterator.concepts.random_access_iterator"></a><a href="random_access_iterator.html" title="Random
|
||||
Access Iterator">Random
|
||||
Access Iterator</a>
|
||||
<<<<<<< .working
|
||||
</h4></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
@ -37,6 +42,13 @@
|
||||
<a name="id424748"></a>
|
||||
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.description"></a><h6>
|
||||
<a name="id624053"></a>
|
||||
<a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
A Random Access Iterator traverses a <a href="../../sequence.html" title="Sequence">Sequence</a>
|
||||
moving in either direction, permitting efficient arbitrary distance movements
|
||||
@ -66,9 +78,15 @@
|
||||
</p></dd>
|
||||
</dl>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.refinement_of"></a><h5>
|
||||
<a name="id424917"></a>
|
||||
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.refinement_of">Refinement
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.refinement_of"></a><h6>
|
||||
<a name="id624179"></a>
|
||||
<a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.refinement_of">Refinement
|
||||
>>>>>>> .merge-right.r57125
|
||||
of</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -76,9 +94,15 @@
|
||||
Iterator">Bidirectional
|
||||
Iterator</a>
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.expression_requirements"></a><h5>
|
||||
<a name="id424955"></a>
|
||||
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.expression_requirements">Expression
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.expression_requirements"></a><h6>
|
||||
<a name="id624203"></a>
|
||||
<a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.expression_requirements">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
requirements</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -158,9 +182,15 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.meta_expressions"></a><h5>
|
||||
<a name="id425335"></a>
|
||||
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.meta_expressions">Meta
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.meta_expressions"></a><h6>
|
||||
<a name="id625095"></a>
|
||||
<a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.meta_expressions">Meta
|
||||
>>>>>>> .merge-right.r57125
|
||||
Expressions</a>
|
||||
</h5>
|
||||
<div class="informaltable"><table class="table">
|
||||
@ -205,6 +235,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.models"></a><h5>
|
||||
<a name="id425639"></a>
|
||||
<a href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.models">Models</a>
|
||||
@ -212,6 +243,15 @@
|
||||
<div class="itemizedlist"><ul type="disc">
|
||||
<li>
|
||||
<a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a>
|
||||
=======
|
||||
<a name="fusion.iterator.concepts.random_access_iterator.models"></a><h6>
|
||||
<a name="id625323"></a>
|
||||
<a class="link" href="random_access_iterator.html#fusion.iterator.concepts.random_access_iterator.models">Models</a>
|
||||
</h6>
|
||||
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
|
||||
<li class="listitem">
|
||||
<a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a>
|
||||
>>>>>>> .merge-right.r57125
|
||||
iterator
|
||||
</li>
|
||||
<li>
|
||||
@ -253,7 +293,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="bidirectional_iterator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../functions.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="bidirectional_iterator.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../concepts.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="associative_iterator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -3,11 +3,19 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Functions</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../iterator.html" title="Iterator">
|
||||
<<<<<<< .working
|
||||
<link rel="previous" href="concepts/random_access_iterator.html" title="Random
|
||||
Access Iterator">
|
||||
=======
|
||||
<link rel="prev" href="concepts/associative_iterator.html" title="Associative Iterator">
|
||||
>>>>>>> .merge-right.r57242
|
||||
<link rel="next" href="functions/deref.html" title="deref">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -21,7 +29,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="concepts/random_access_iterator.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/deref.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="concepts/associative_iterator.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/deref.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
@ -37,6 +45,7 @@
|
||||
<dt><span class="section"><a href="functions/distance.html">distance</a></span></dt>
|
||||
<dt><span class="section"><a href="functions/advance.html">advance</a></span></dt>
|
||||
<dt><span class="section"><a href="functions/advance_c.html">advance_c</a></span></dt>
|
||||
<dt><span class="section"><a href="functions/deref_data.html">deref_data</a></span></dt>
|
||||
</dl></div>
|
||||
<p>
|
||||
Fusion provides functions for manipulating iterators, analogous to the similar
|
||||
@ -55,7 +64,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="concepts/random_access_iterator.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/deref.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="concepts/associative_iterator.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="functions/deref.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>advance</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../functions.html" title="Functions">
|
||||
<link rel="previous" href="distance.html" title="distance">
|
||||
<link rel="next" href="advance_c.html" title="advance_c">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="distance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="advance_c.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id429699"></a>
|
||||
<a href="advance.html#fusion.iterator.functions.advance.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="advance">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.functions.advance"></a><a class="link" href="advance.html" title="advance">advance</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.functions.advance.description"></a><h6>
|
||||
<a name="id637460"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.functions.advance.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Moves an iterator by a specified distance.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.advance.synopsis"></a><h5>
|
||||
<a name="id429727"></a>
|
||||
<a href="advance.html#fusion.iterator.functions.advance.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.advance.synopsis"></a><h6>
|
||||
<a name="id637478"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.functions.advance.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">M</span>
|
||||
@ -47,8 +73,33 @@
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/advance.html" title="advance"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">advance</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id429898"></a><p class="title"><b>Table<EFBFBD>1.6.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id682242"></a><p class="title"><b>Table<EFBFBD>1.6.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id638149"></a><p class="title"><b>Table<EFBFBD>1.6.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id630503"></a><p class="title"><b>Table<EFBFBD>1.6.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id653103"></a><p class="title"><b>Table 1.6. Parameters</b></p>
|
||||
=======
|
||||
<a name="id640877"></a><p class="title"><b>Table 1.6. Parameters</b></p>
|
||||
=======
|
||||
<a name="id637600"></a><p class="title"><b>Table 1.6. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -94,9 +145,15 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.advance.expression_semantics"></a><h5>
|
||||
<a name="id430042"></a>
|
||||
<a href="advance.html#fusion.iterator.functions.advance.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.functions.advance.expression_semantics"></a><h6>
|
||||
<a name="id637719"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.functions.advance.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="advance.html" title="advance"><tt class="computeroutput"><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">M</span><span class="special">>(</span><span class="identifier">i</span><span class="special">);</span>
|
||||
@ -114,18 +171,33 @@
|
||||
Iterator</a> then <tt class="computeroutput"><span class="identifier">M</span></tt>
|
||||
may be negative.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.advance.header"></a><h5>
|
||||
<a name="id430203"></a>
|
||||
<a href="advance.html#fusion.iterator.functions.advance.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.advance.header"></a><h6>
|
||||
<a name="id637821"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.functions.advance.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.advance.example"></a><h5>
|
||||
<a name="id430357"></a>
|
||||
<a href="advance.html#fusion.iterator.functions.advance.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.advance.example"></a><h6>
|
||||
<a name="id639022"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.functions.advance.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
|
||||
<span class="identifier">assert</span><span class="special">(</span><a href="deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><a href="advance.html" title="advance"><tt class="computeroutput"><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">2</span><span class="special">></span> <span class="special">>(</span><a href="../../sequence/intrinsic/functions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">begin</span></tt></a><span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
|
||||
@ -133,7 +205,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,13 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>advance_c</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../functions.html" title="Functions">
|
||||
<link rel="previous" href="advance.html" title="advance">
|
||||
<link rel="next" href="../operator.html" title="Operator">
|
||||
<link rel="next" href="deref_data.html" title="deref_data">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
@ -20,8 +28,9 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../operator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="deref_data.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id430651"></a>
|
||||
<a href="advance_c.html#fusion.iterator.functions.advance_c.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="advance_c">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.functions.advance_c"></a><a class="link" href="advance_c.html" title="advance_c">advance_c</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.functions.advance_c.description"></a><h6>
|
||||
<a name="id639223"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Moves an iterator by a specified distance.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.advance_c.synopsis"></a><h5>
|
||||
<a name="id430680"></a>
|
||||
<a href="advance_c.html#fusion.iterator.functions.advance_c.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.advance_c.synopsis"></a><h6>
|
||||
<a name="id639241"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">int</span> <span class="identifier">N</span>
|
||||
@ -47,8 +73,33 @@
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/advance_c.html" title="advance_c"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance_c</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">advance_c</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id430850"></a><p class="title"><b>Table<EFBFBD>1.7.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id682913"></a><p class="title"><b>Table<EFBFBD>1.7.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id638820"></a><p class="title"><b>Table<EFBFBD>1.7.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id631175"></a><p class="title"><b>Table<EFBFBD>1.7.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id654866"></a><p class="title"><b>Table 1.7. Parameters</b></p>
|
||||
=======
|
||||
<a name="id642640"></a><p class="title"><b>Table 1.7. Parameters</b></p>
|
||||
=======
|
||||
<a name="id639364"></a><p class="title"><b>Table 1.7. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -93,9 +144,15 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.advance_c.expression_semantics"></a><h5>
|
||||
<a name="id430988"></a>
|
||||
<a href="advance_c.html#fusion.iterator.functions.advance_c.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.functions.advance_c.expression_semantics"></a><h6>
|
||||
<a name="id639480"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="advance_c.html" title="advance_c"><tt class="computeroutput"><span class="identifier">advance_c</span></tt></a><span class="special"><</span><span class="identifier">N</span><span class="special">>(</span><span class="identifier">i</span><span class="special">);</span>
|
||||
@ -113,18 +170,33 @@
|
||||
Iterator</a> then <tt class="computeroutput"><span class="identifier">N</span></tt>
|
||||
may be negative.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.advance_c.header"></a><h5>
|
||||
<a name="id431151"></a>
|
||||
<a href="advance_c.html#fusion.iterator.functions.advance_c.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.advance_c.header"></a><h6>
|
||||
<a name="id639584"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.advance_c.example"></a><h5>
|
||||
<a name="id431306"></a>
|
||||
<a href="advance_c.html#fusion.iterator.functions.advance_c.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.advance_c.example"></a><h6>
|
||||
<a name="id639692"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.functions.advance_c.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
|
||||
<span class="identifier">assert</span><span class="special">(</span><a href="deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><a href="advance_c.html" title="advance_c"><tt class="computeroutput"><span class="identifier">advance_c</span></tt></a><span class="special"><</span><span class="number">2</span><span class="special">>(</span><a href="../../sequence/intrinsic/functions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">begin</span></tt></a><span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">3</span><span class="special">);</span>
|
||||
@ -132,7 +204,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
@ -141,7 +213,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../operator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="deref_data.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>deref</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../functions.html" title="Functions">
|
||||
<link rel="previous" href="../functions.html" title="Functions">
|
||||
<link rel="next" href="next.html" title="next">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="../functions.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="next.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,21 +42,63 @@
|
||||
<a name="id425893"></a>
|
||||
<a href="deref.html#fusion.iterator.functions.deref.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="deref">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.functions.deref"></a><a class="link" href="deref.html" title="deref">deref</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.functions.deref.description"></a><h6>
|
||||
<a name="id634266"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.functions.deref.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Deferences an iterator.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.deref.synopsis"></a><h5>
|
||||
<a name="id425922"></a>
|
||||
<a href="deref.html#fusion.iterator.functions.deref.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.deref.synopsis"></a><h6>
|
||||
<a name="id634283"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.functions.deref.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/deref.html" title="deref"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">deref</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id426066"></a><p class="title"><b>Table<EFBFBD>1.2.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id679025"></a><p class="title"><b>Table<EFBFBD>1.2.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id633840"></a><p class="title"><b>Table<EFBFBD>1.2.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id626194"></a><p class="title"><b>Table<EFBFBD>1.2.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id649886"></a><p class="title"><b>Table 1.2. Parameters</b></p>
|
||||
=======
|
||||
<a name="id637660"></a><p class="title"><b>Table 1.2. Parameters</b></p>
|
||||
=======
|
||||
<a name="id634383"></a><p class="title"><b>Table 1.2. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -79,9 +130,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.deref.expression_semantics"></a><h5>
|
||||
<a name="id426167"></a>
|
||||
<a href="deref.html#fusion.iterator.functions.deref.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.functions.deref.expression_semantics"></a><h6>
|
||||
<a name="id634465"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.functions.deref.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
|
||||
@ -93,18 +150,33 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Dereferences the iterator
|
||||
<tt class="computeroutput"><span class="identifier">i</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.deref.header"></a><h5>
|
||||
<a name="id426312"></a>
|
||||
<a href="deref.html#fusion.iterator.functions.deref.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.deref.header"></a><h6>
|
||||
<a name="id634560"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.functions.deref.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.deref.example"></a><h5>
|
||||
<a name="id426466"></a>
|
||||
<a href="deref.html#fusion.iterator.functions.deref.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.deref.example"></a><h6>
|
||||
<a name="id634668"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.functions.deref.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="keyword">int</span> <span class="identifier">i</span><span class="special">(</span><span class="number">0</span><span class="special">);</span>
|
||||
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span>
|
||||
@ -115,7 +187,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
138
doc/html/fusion/iterator/functions/deref_data.html
Normal file
138
doc/html/fusion/iterator/functions/deref_data.html
Normal file
@ -0,0 +1,138 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>deref_data</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../functions.html" title="Functions">
|
||||
<link rel="prev" href="advance_c.html" title="advance_c">
|
||||
<link rel="next" href="../operator.html" title="Operator">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="advance_c.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../operator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" title="deref_data">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.functions.deref_data"></a><a class="link" href="deref_data.html" title="deref_data">deref_data</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.functions.deref_data.description"></a><h6>
|
||||
<a name="id633321"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Deferences the data property associated with the element referenced by
|
||||
an associative iterator.
|
||||
</p>
|
||||
<a name="fusion.iterator.functions.deref_data.synopsis"></a><h6>
|
||||
<a name="id633338"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
<span class="keyword">typename</span> <a class="link" href="../metafunctions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">deref</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id633439"></a><p class="title"><b>Table 1.8. Parameters</b></p>
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead><tr>
|
||||
<th>
|
||||
<p>
|
||||
Parameter
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Requirement
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Description
|
||||
</p>
|
||||
</th>
|
||||
</tr></thead>
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><span class="identifier">i</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Model of <a class="link" href="../concepts/associative_iterator.html" title="Associative Iterator">Associative
|
||||
Iterator</a>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Operation's argument
|
||||
</p>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<br class="table-break"><a name="fusion.iterator.functions.deref_data.expression_semantics"></a><h6>
|
||||
<a name="id633523"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<p>
|
||||
<span class="bold"><strong>Return type</strong></span>: <code class="computeroutput"><a class="link" href="../metafunctions/deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span></code>
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Semantics</strong></span>: Dereferences the data property
|
||||
associated with the element referenced by an associative iterator <code class="computeroutput"><span class="identifier">i</span></code>.
|
||||
</p>
|
||||
<a name="fusion.iterator.functions.deref_data.header"></a><h6>
|
||||
<a name="id633620"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.header">Header</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.functions.deref_data.example"></a><h6>
|
||||
<a name="id633728"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.functions.deref_data.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special"><</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special"><</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="special">></span> <span class="identifier">map</span><span class="special">;</span>
|
||||
|
||||
<span class="keyword">int</span> <span class="identifier">i</span><span class="special">(</span><span class="number">0</span><span class="special">);</span>
|
||||
<span class="identifier">map</span> <span class="identifier">m</span><span class="special">(</span><span class="number">1.0f</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span>
|
||||
<span class="identifier">assert</span><span class="special">(</span><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><a class="link" href="../../sequence/intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">m</span><span class="special">))</span> <span class="special">==</span> <span class="number">0</span><span class="special">);</span>
|
||||
<span class="identifier">assert</span><span class="special">(&(</span><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">deref_data</span></code></a><span class="special">(</span><a class="link" href="../../sequence/intrinsic/functions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">begin</span></code></a><span class="special">(</span><span class="identifier">m</span><span class="special">)))</span> <span class="special">==</span> <span class="special">&</span><span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt 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></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="advance_c.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../operator.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>distance</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../functions.html" title="Functions">
|
||||
<link rel="previous" href="prior.html" title="prior">
|
||||
<link rel="next" href="advance.html" title="advance">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="prior.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="advance.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id428768"></a>
|
||||
<a href="distance.html#fusion.iterator.functions.distance.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="distance">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.functions.distance"></a><a class="link" href="distance.html" title="distance">distance</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.functions.distance.description"></a><h6>
|
||||
<a name="id636810"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.functions.distance.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Returns the distance between 2 iterators.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.distance.synopsis"></a><h5>
|
||||
<a name="id428797"></a>
|
||||
<a href="distance.html#fusion.iterator.functions.distance.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.distance.synopsis"></a><h6>
|
||||
<a name="id636828"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.functions.distance.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">J</span>
|
||||
@ -47,8 +73,33 @@
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/distance.html" title="distance"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">distance</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">distance</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">j</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id428996"></a><p class="title"><b>Table<EFBFBD>1.5.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id681614"></a><p class="title"><b>Table<EFBFBD>1.5.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id637522"></a><p class="title"><b>Table<EFBFBD>1.5.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id629876"></a><p class="title"><b>Table<EFBFBD>1.5.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id652475"></a><p class="title"><b>Table 1.5. Parameters</b></p>
|
||||
=======
|
||||
<a name="id640249"></a><p class="title"><b>Table 1.5. Parameters</b></p>
|
||||
=======
|
||||
<a name="id636972"></a><p class="title"><b>Table 1.5. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -80,9 +131,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.distance.expression_semantics"></a><h5>
|
||||
<a name="id429110"></a>
|
||||
<a href="distance.html#fusion.iterator.functions.distance.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.functions.distance.expression_semantics"></a><h6>
|
||||
<a name="id637061"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.functions.distance.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="distance.html" title="distance"><tt class="computeroutput"><span class="identifier">distance</span></tt></a><span class="special">(</span><span class="identifier">i</span><span class="special">,</span><span class="identifier">j</span><span class="special">);</span>
|
||||
@ -94,18 +151,33 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Returns the distance between
|
||||
iterators <tt class="computeroutput"><span class="identifier">i</span></tt> and <tt class="computeroutput"><span class="identifier">j</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.distance.header"></a><h5>
|
||||
<a name="id429236"></a>
|
||||
<a href="distance.html#fusion.iterator.functions.distance.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.distance.header"></a><h6>
|
||||
<a name="id637144"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.functions.distance.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.distance.example"></a><h5>
|
||||
<a name="id429393"></a>
|
||||
<a href="distance.html#fusion.iterator.functions.distance.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.distance.example"></a><h6>
|
||||
<a name="id637252"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.functions.distance.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
|
||||
<span class="identifier">assert</span><span class="special">(</span><a href="distance.html" title="distance"><tt class="computeroutput"><span class="identifier">distance</span></tt></a><span class="special">(</span><a href="../../sequence/intrinsic/functions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">begin</span></tt></a><span class="special">(</span><span class="identifier">v</span><span class="special">),</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">next</span></tt></a><span class="special">(</span><a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">next</span></tt></a><span class="special">(</span><a href="../../sequence/intrinsic/functions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">begin</span></tt></a><span class="special">(</span><span class="identifier">v</span><span class="special">))))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
|
||||
@ -113,7 +185,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>next</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../functions.html" title="Functions">
|
||||
<link rel="previous" href="deref.html" title="deref">
|
||||
<link rel="next" href="prior.html" title="prior">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="deref.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="prior.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,21 +42,63 @@
|
||||
<a name="id426912"></a>
|
||||
<a href="next.html#fusion.iterator.functions.next.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="next">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.functions.next"></a><a class="link" href="next.html" title="next">next</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.functions.next.description"></a><h6>
|
||||
<a name="id634970"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.functions.next.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Moves an iterator 1 position forwards.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.next.synopsis"></a><h5>
|
||||
<a name="id426939"></a>
|
||||
<a href="next.html#fusion.iterator.functions.next.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.next.synopsis"></a><h6>
|
||||
<a name="id634988"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.functions.next.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">next</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id427082"></a><p class="title"><b>Table<EFBFBD>1.3.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id679731"></a><p class="title"><b>Table<EFBFBD>1.3.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id634546"></a><p class="title"><b>Table<EFBFBD>1.3.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id626900"></a><p class="title"><b>Table<EFBFBD>1.3.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id650592"></a><p class="title"><b>Table 1.3. Parameters</b></p>
|
||||
=======
|
||||
<a name="id638366"></a><p class="title"><b>Table 1.3. Parameters</b></p>
|
||||
=======
|
||||
<a name="id635089"></a><p class="title"><b>Table 1.3. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -79,9 +130,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.next.expression_semantics"></a><h5>
|
||||
<a name="id427182"></a>
|
||||
<a href="next.html#fusion.iterator.functions.next.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.functions.next.expression_semantics"></a><h6>
|
||||
<a name="id635717"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.functions.next.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="identifier">next</span><span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
|
||||
@ -94,18 +151,33 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Returns an iterator to the
|
||||
next element after <tt class="computeroutput"><span class="identifier">i</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.next.header"></a><h5>
|
||||
<a name="id427278"></a>
|
||||
<a href="next.html#fusion.iterator.functions.next.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.next.header"></a><h6>
|
||||
<a name="id635782"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.functions.next.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.next.example"></a><h5>
|
||||
<a name="id427434"></a>
|
||||
<a href="next.html#fusion.iterator.functions.next.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.next.example"></a><h6>
|
||||
<a name="id635890"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.functions.next.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">,</span><span class="number">3</span><span class="special">);</span>
|
||||
<span class="identifier">assert</span><span class="special">(</span><a href="deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><a href="../../sequence/intrinsic/functions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">begin</span></tt></a><span class="special">(</span><span class="identifier">v</span><span class="special">))</span> <span class="special">==</span> <span class="number">1</span><span class="special">);</span>
|
||||
@ -115,7 +187,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>prior</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../functions.html" title="Functions">
|
||||
<link rel="previous" href="next.html" title="next">
|
||||
<link rel="next" href="distance.html" title="distance">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="next.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../functions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="distance.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,21 +42,63 @@
|
||||
<a name="id427883"></a>
|
||||
<a href="prior.html#fusion.iterator.functions.prior.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="prior">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.functions.prior"></a><a class="link" href="prior.html" title="prior">prior</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.functions.prior.description"></a><h6>
|
||||
<a name="id636195"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.functions.prior.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Moves an iterator 1 position backwards.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.prior.synopsis"></a><h5>
|
||||
<a name="id427911"></a>
|
||||
<a href="prior.html#fusion.iterator.functions.prior.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.prior.synopsis"></a><h6>
|
||||
<a name="id636213"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.functions.prior.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/prior.html" title="prior"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">prior</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">prior</span><span class="special">(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id428053"></a><p class="title"><b>Table<EFBFBD>1.4.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id680955"></a><p class="title"><b>Table<EFBFBD>1.4.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id636863"></a><p class="title"><b>Table<EFBFBD>1.4.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id629217"></a><p class="title"><b>Table<EFBFBD>1.4.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id651816"></a><p class="title"><b>Table 1.4. Parameters</b></p>
|
||||
=======
|
||||
<a name="id639590"></a><p class="title"><b>Table 1.4. Parameters</b></p>
|
||||
=======
|
||||
<a name="id636314"></a><p class="title"><b>Table 1.4. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -79,9 +130,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.prior.expression_semantics"></a><h5>
|
||||
<a name="id428154"></a>
|
||||
<a href="prior.html#fusion.iterator.functions.prior.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.functions.prior.expression_semantics"></a><h6>
|
||||
<a name="id636395"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.functions.prior.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="prior.html" title="prior"><tt class="computeroutput"><span class="identifier">prior</span></tt></a><span class="special">(</span><span class="identifier">i</span><span class="special">);</span>
|
||||
@ -94,18 +151,33 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Returns an iterator to the
|
||||
element prior to <tt class="computeroutput"><span class="identifier">i</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.prior.header"></a><h5>
|
||||
<a name="id428260"></a>
|
||||
<a href="prior.html#fusion.iterator.functions.prior.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.prior.header"></a><h6>
|
||||
<a name="id636465"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.functions.prior.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.functions.prior.example"></a><h5>
|
||||
<a name="id428415"></a>
|
||||
<a href="prior.html#fusion.iterator.functions.prior.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.functions.prior.example"></a><h6>
|
||||
<a name="id636573"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.functions.prior.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="number">2</span><span class="special">);</span>
|
||||
<span class="identifier">assert</span><span class="special">(</span><a href="deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">next</span></tt></a><span class="special">(</span><a href="../../sequence/intrinsic/functions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">begin</span></tt></a><span class="special">(</span><span class="identifier">v</span><span class="special">)))</span> <span class="special">==</span> <span class="number">2</span><span class="special">);</span>
|
||||
@ -114,7 +186,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -3,7 +3,11 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Metafunctions</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../iterator.html" title="Iterator">
|
||||
<link rel="previous" href="operator/operator_inequality.html" title=" Operator
|
||||
@ -39,6 +43,9 @@
|
||||
<dt><span class="section"><a href="metafunctions/distance.html">distance</a></span></dt>
|
||||
<dt><span class="section"><a href="metafunctions/advance.html">advance</a></span></dt>
|
||||
<dt><span class="section"><a href="metafunctions/advance_c.html">advance_c</a></span></dt>
|
||||
<dt><span class="section"><a href="metafunctions/key_of.html">key_of</a></span></dt>
|
||||
<dt><span class="section"><a href="metafunctions/value_of_data.html">value_of_data</a></span></dt>
|
||||
<dt><span class="section"><a href="metafunctions/deref_data.html">deref_data</a></span></dt>
|
||||
</dl></div>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>advance</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="previous" href="distance.html" title="distance">
|
||||
<link rel="next" href="advance_c.html" title="advance_c">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="distance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="advance_c.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id439778"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="advance">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.advance"></a><a class="link" href="advance.html" title="advance">advance</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.advance.description"></a><h6>
|
||||
<a name="id648520"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.metafunctions.advance.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Moves an iterator a specified distance.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.advance.synopsis"></a><h5>
|
||||
<a name="id439807"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.advance.synopsis"></a><h6>
|
||||
<a name="id648538"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.metafunctions.advance.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">M</span>
|
||||
@ -50,8 +76,33 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id439923"></a><p class="title"><b>Table<EFBFBD>1.17.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id690363"></a><p class="title"><b>Table<EFBFBD>1.17.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id647671"></a><p class="title"><b>Table<EFBFBD>1.18.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id640571"></a><p class="title"><b>Table<EFBFBD>1.18.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id664058"></a><p class="title"><b>Table 1.18. Parameters</b></p>
|
||||
=======
|
||||
<a name="id651900"></a><p class="title"><b>Table 1.18. Parameters</b></p>
|
||||
=======
|
||||
<a name="id648624"></a><p class="title"><b>Table 1.18. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -97,9 +148,15 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.advance.expression_semantics"></a><h5>
|
||||
<a name="id440068"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.advance.expression_semantics"></a><h6>
|
||||
<a name="id648745"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.metafunctions.advance.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="advance.html" title="advance"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span><span class="identifier">M</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
@ -116,13 +173,21 @@
|
||||
Iterator</a> then <tt class="computeroutput"><span class="identifier">M</span></tt>
|
||||
may be negative.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.advance.header"></a><h5>
|
||||
<a name="id440244"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.advance.header"></a><h6>
|
||||
<a name="id648860"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.metafunctions.advance.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.advance.example"></a><h5>
|
||||
<a name="id440398"></a>
|
||||
<a href="advance.html#fusion.iterator.metafunctions.advance.example">Example</a>
|
||||
@ -131,13 +196,23 @@
|
||||
<span class="keyword">typedef</span> <a href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></tt></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.advance.example"></a><h6>
|
||||
<a name="id648968"></a>
|
||||
<a class="link" href="advance.html#fusion.iterator.metafunctions.advance.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><a href="equal_to.html" title="equal_to"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">equal_to</span></tt></a><span class="special"><</span><a href="advance.html" title="advance"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="number">2</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="identifier">third</span><span class="special">>));</span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,13 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>advance_c</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="previous" href="advance.html" title="advance">
|
||||
<link rel="next" href="../../sequence.html" title="Sequence">
|
||||
<link rel="next" href="key_of.html" title="key_of">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
@ -20,8 +28,9 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../sequence.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="key_of.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id440857"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="advance_c">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.advance_c"></a><a class="link" href="advance_c.html" title="advance_c">advance_c</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.advance_c.description"></a><h6>
|
||||
<a name="id649281"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Moves an iterator by a specified distance.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.advance_c.synopsis"></a><h5>
|
||||
<a name="id440886"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.advance_c.synopsis"></a><h6>
|
||||
<a name="id649299"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">int</span> <span class="identifier">N</span>
|
||||
@ -50,8 +76,33 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id441003"></a><p class="title"><b>Table<EFBFBD>1.18.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id692763"></a><p class="title"><b>Table<EFBFBD>1.18.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id648432"></a><p class="title"><b>Table<EFBFBD>1.19.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id641332"></a><p class="title"><b>Table<EFBFBD>1.19.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id664819"></a><p class="title"><b>Table 1.19. Parameters</b></p>
|
||||
=======
|
||||
<a name="id652661"></a><p class="title"><b>Table 1.19. Parameters</b></p>
|
||||
=======
|
||||
<a name="id649384"></a><p class="title"><b>Table 1.19. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -96,9 +147,15 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.advance_c.expression_semantics"></a><h5>
|
||||
<a name="id441140"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.advance_c.expression_semantics"></a><h6>
|
||||
<a name="id649501"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="advance_c.html" title="advance_c"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance_c</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">N</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
@ -115,13 +172,21 @@
|
||||
Iterator</a> then <tt class="computeroutput"><span class="identifier">N</span></tt>
|
||||
may be negative. Equivalent to <tt class="computeroutput"><a href="advance.html" title="advance"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">int_</span><span class="special"><</span><span class="identifier">N</span><span class="special">></span> <span class="special">>::</span><span class="identifier">type</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.advance_c.header"></a><h5>
|
||||
<a name="id441418"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.advance_c.header"></a><h6>
|
||||
<a name="id649686"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">advance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.advance_c.example"></a><h5>
|
||||
<a name="id441574"></a>
|
||||
<a href="advance_c.html#fusion.iterator.metafunctions.advance_c.example">Example</a>
|
||||
@ -130,13 +195,23 @@
|
||||
<span class="keyword">typedef</span> <a href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></tt></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.advance_c.example"></a><h6>
|
||||
<a name="id649794"></a>
|
||||
<a class="link" href="advance_c.html#fusion.iterator.metafunctions.advance_c.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><a href="equal_to.html" title="equal_to"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">equal_to</span></tt></a><span class="special"><</span><a href="advance_c.html" title="advance_c"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">advance_c</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="number">2</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="identifier">third</span><span class="special">>));</span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
@ -145,7 +220,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../sequence.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="advance.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="key_of.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>deref</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="previous" href="value_of.html" title="value_of">
|
||||
<link rel="next" href="next.html" title="next">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="value_of.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="next.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id434940"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="deref">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.deref"></a><a class="link" href="deref.html" title="deref">deref</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.deref.description"></a><h6>
|
||||
<a name="id642953"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.metafunctions.deref.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Returns the type that will be returned by dereferencing an iterator.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.deref.synposis"></a><h5>
|
||||
<a name="id434969"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.synposis">Synposis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.deref.synposis"></a><h6>
|
||||
<a name="id642970"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.metafunctions.deref.synposis">Synposis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
@ -49,8 +75,33 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id435068"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id686966"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id643591"></a><p class="title"><b>Table<EFBFBD>1.13.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id635945"></a><p class="title"><b>Table<EFBFBD>1.13.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id658476"></a><p class="title"><b>Table 1.13. Parameters</b></p>
|
||||
=======
|
||||
<a name="id646319"></a><p class="title"><b>Table 1.13. Parameters</b></p>
|
||||
=======
|
||||
<a name="id643042"></a><p class="title"><b>Table 1.13. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -82,9 +133,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.deref.expression_semantics"></a><h5>
|
||||
<a name="id435168"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.deref.expression_semantics"></a><h6>
|
||||
<a name="id643126"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.metafunctions.deref.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="deref.html" title="deref"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
@ -96,18 +153,33 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Returns the result of dereferencing
|
||||
an iterator of type <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.deref.header"></a><h5>
|
||||
<a name="id435280"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.deref.header"></a><h6>
|
||||
<a name="id643200"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.metafunctions.deref.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.deref.example"></a><h5>
|
||||
<a name="id435436"></a>
|
||||
<a href="deref.html#fusion.iterator.metafunctions.deref.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.deref.example"></a><h6>
|
||||
<a name="id643308"></a>
|
||||
<a class="link" href="deref.html#fusion.iterator.metafunctions.deref.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<span class="keyword">typedef</span> <span class="keyword">const</span> <span class="identifier">vec</span> <span class="identifier">const_vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></tt></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
@ -121,7 +193,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
139
doc/html/fusion/iterator/metafunctions/deref_data.html
Normal file
139
doc/html/fusion/iterator/metafunctions/deref_data.html
Normal file
@ -0,0 +1,139 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>deref_data</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="prev" href="value_of_data.html" title="value_of_data">
|
||||
<link rel="next" href="../../sequence.html" title="Sequence">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="value_of_data.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../sequence.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" title="deref_data">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.deref_data"></a><a class="link" href="deref_data.html" title="deref_data">deref_data</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.deref_data.description"></a><h6>
|
||||
<a name="id645578"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns the type that will be returned by dereferencing the data property
|
||||
referenced by an associative iterator.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.deref_data.synposis"></a><h6>
|
||||
<a name="id645594"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.synposis">Synposis</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
<span class="keyword">struct</span> <span class="identifier">deref_data</span>
|
||||
<span class="special">{</span>
|
||||
<span class="keyword">typedef</span> <span class="emphasis"><em>unspecified</em></span> <span class="identifier">type</span><span class="special">;</span>
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id645666"></a><p class="title"><b>Table 1.22. Parameters</b></p>
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead><tr>
|
||||
<th>
|
||||
<p>
|
||||
Parameter
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Requirement
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Description
|
||||
</p>
|
||||
</th>
|
||||
</tr></thead>
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><span class="identifier">I</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Model of <a class="link" href="../concepts/associative_iterator.html" title="Associative Iterator">Associative
|
||||
Iterator</a>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Operation's argument
|
||||
</p>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.deref_data.expression_semantics"></a><h6>
|
||||
<a name="id645750"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
</pre>
|
||||
<p>
|
||||
<span class="bold"><strong>Return type</strong></span>: Any type
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Semantics</strong></span>: Returns the result of dereferencing
|
||||
the data property referenced by an associative iterator of type <code class="computeroutput"><span class="identifier">I</span></code>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.deref_data.header"></a><h6>
|
||||
<a name="id645825"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.header">Header</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boosta</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.deref_data.example"></a><h6>
|
||||
<a name="id645933"></a>
|
||||
<a class="link" href="deref_data.html#fusion.iterator.metafunctions.deref_data.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special"><</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special"><</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="identifier">map</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><a class="link" href="deref_data.html" title="deref_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref_data</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt 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></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="value_of_data.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="../../sequence.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>distance</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="previous" href="equal_to.html" title="equal_to">
|
||||
<link rel="next" href="advance.html" title="advance">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="equal_to.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="advance.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id438791"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="distance">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.distance"></a><a class="link" href="distance.html" title="distance">distance</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.distance.description"></a><h6>
|
||||
<a name="id647826"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.metafunctions.distance.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Returns the distance between two iterators.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.distance.synopsis"></a><h5>
|
||||
<a name="id438821"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.distance.synopsis"></a><h6>
|
||||
<a name="id647844"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.metafunctions.distance.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">J</span>
|
||||
@ -50,8 +76,33 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id438937"></a><p class="title"><b>Table<EFBFBD>1.16.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id689668"></a><p class="title"><b>Table<EFBFBD>1.16.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id646976"></a><p class="title"><b>Table<EFBFBD>1.17.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id639876"></a><p class="title"><b>Table<EFBFBD>1.17.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id663363"></a><p class="title"><b>Table 1.17. Parameters</b></p>
|
||||
=======
|
||||
<a name="id651206"></a><p class="title"><b>Table 1.17. Parameters</b></p>
|
||||
=======
|
||||
<a name="id647929"></a><p class="title"><b>Table 1.17. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -83,9 +134,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.distance.expression_semantics"></a><h5>
|
||||
<a name="id439049"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.distance.expression_semantics"></a><h6>
|
||||
<a name="id648020"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.metafunctions.distance.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="distance.html" title="distance"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">distance</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
@ -99,13 +156,21 @@
|
||||
iterators of types <tt class="computeroutput"><span class="identifier">I</span></tt> and
|
||||
<tt class="computeroutput"><span class="identifier">J</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.distance.header"></a><h5>
|
||||
<a name="id439192"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.distance.header"></a><h6>
|
||||
<a name="id648116"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.metafunctions.distance.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">distance</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.distance.example"></a><h5>
|
||||
<a name="id439348"></a>
|
||||
<a href="distance.html#fusion.iterator.metafunctions.distance.example">Example</a>
|
||||
@ -115,13 +180,24 @@
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="distance.html" title="distance"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">distance</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">,</span><span class="identifier">third</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">dist</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.distance.example"></a><h6>
|
||||
<a name="id648224"></a>
|
||||
<a class="link" href="distance.html#fusion.iterator.metafunctions.distance.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">,</span><span class="keyword">char</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="distance.html" title="distance"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">distance</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">,</span><span class="identifier">third</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">dist</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT_RELATION</span><span class="special">(</span><span class="identifier">dist</span><span class="special">::</span><span class="identifier">value</span><span class="special">,</span> <span class="special">==,</span> <span class="number">2</span><span class="special">);</span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>equal_to</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="previous" href="prior.html" title="prior">
|
||||
<link rel="next" href="distance.html" title="distance">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="prior.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="distance.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,15 +42,32 @@
|
||||
<a name="id437790"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="equal_to">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.equal_to"></a><a class="link" href="equal_to.html" title="equal_to">equal_to</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.equal_to.description"></a><h6>
|
||||
<a name="id645491"></a>
|
||||
<a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Returns a true-valued <a href="http://www.boost.org/libs/mpl/doc/refmanual/integral-constant.html" target="_top">MPL
|
||||
Integral Constant</a> if <tt class="computeroutput"><span class="identifier">I</span></tt>
|
||||
and <tt class="computeroutput"><span class="identifier">J</span></tt> are equal.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.equal_to.synopsis"></a><h5>
|
||||
<a name="id437850"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.equal_to.synopsis"></a><h6>
|
||||
<a name="id645527"></a>
|
||||
<a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">J</span>
|
||||
@ -52,8 +78,33 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id437965"></a><p class="title"><b>Table<EFBFBD>1.15.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id688990"></a><p class="title"><b>Table<EFBFBD>1.15.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id645683"></a><p class="title"><b>Table<EFBFBD>1.16.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id638037"></a><p class="title"><b>Table<EFBFBD>1.16.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id661592"></a><p class="title"><b>Table 1.16. Parameters</b></p>
|
||||
=======
|
||||
<a name="id648889"></a><p class="title"><b>Table 1.16. Parameters</b></p>
|
||||
=======
|
||||
<a name="id645612"></a><p class="title"><b>Table 1.16. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -83,9 +134,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.equal_to.expression_semantics"></a><h5>
|
||||
<a name="id438069"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.equal_to.expression_semantics"></a><h6>
|
||||
<a name="id645698"></a>
|
||||
<a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="equal_to.html" title="equal_to"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">equal_to</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">,</span> <span class="identifier">J</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
@ -99,13 +156,21 @@
|
||||
if <tt class="computeroutput"><span class="identifier">I</span></tt> and <tt class="computeroutput"><span class="identifier">J</span></tt> are iterators to the same position.
|
||||
Returns <tt class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">mpl</span><span class="special">::</span><span class="identifier">false_</span></tt> otherwise.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.equal_to.header"></a><h5>
|
||||
<a name="id438274"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.equal_to.header"></a><h6>
|
||||
<a name="id645836"></a>
|
||||
<a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.equal_to.example"></a><h5>
|
||||
<a name="id438431"></a>
|
||||
<a href="equal_to.html#fusion.iterator.metafunctions.equal_to.example">Example</a>
|
||||
@ -115,11 +180,22 @@
|
||||
<span class="keyword">typedef</span> <a href="../../sequence/intrinsic/metafunctions/end.html" title="end"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">end</span></tt></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">last</span><span class="special">;</span>
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><a href="equal_to.html" title="equal_to"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">equal_to</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="identifier">first</span><span class="special">>));</span>
|
||||
<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span><a href="equal_to.html" title="equal_to"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">equal_to</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">,</span><span class="identifier">last</span><span class="special">>));</span>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.equal_to.example"></a><h6>
|
||||
<a name="id645944"></a>
|
||||
<a class="link" href="equal_to.html#fusion.iterator.metafunctions.equal_to.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/end.html" title="end"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">end</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">last</span><span class="special">;</span>
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><a class="link" href="equal_to.html" title="equal_to"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">equal_to</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">,</span> <span class="identifier">first</span><span class="special">>));</span>
|
||||
<span class="identifier">BOOST_MPL_ASSERT_NOT</span><span class="special">((</span><a class="link" href="equal_to.html" title="equal_to"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">equal_to</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">,</span><span class="identifier">last</span><span class="special">>));</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
139
doc/html/fusion/iterator/metafunctions/key_of.html
Normal file
139
doc/html/fusion/iterator/metafunctions/key_of.html
Normal file
@ -0,0 +1,139 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>key_of</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="prev" href="advance_c.html" title="advance_c">
|
||||
<link rel="next" href="value_of_data.html" title="value_of_data">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="advance_c.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="value_of_data.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" title="key_of">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.key_of"></a><a class="link" href="key_of.html" title="key_of">key_of</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.key_of.description"></a><h6>
|
||||
<a name="id644483"></a>
|
||||
<a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns the key type associated with the element referenced by an associative
|
||||
iterator.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.key_of.synopsis"></a><h6>
|
||||
<a name="id644500"></a>
|
||||
<a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
<span class="keyword">struct</span> <span class="identifier">key_of</span>
|
||||
<span class="special">{</span>
|
||||
<span class="keyword">typedef</span> <span class="emphasis"><em>unspecified</em></span> <span class="identifier">type</span><span class="special">;</span>
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id644572"></a><p class="title"><b>Table 1.20. Parameters</b></p>
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead><tr>
|
||||
<th>
|
||||
<p>
|
||||
Parameter
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Requirement
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Description
|
||||
</p>
|
||||
</th>
|
||||
</tr></thead>
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><span class="identifier">I</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Model of <a class="link" href="../concepts/associative_iterator.html" title="Associative Iterator">Associative
|
||||
Iterator</a>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Operation's argument
|
||||
</p>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.key_of.expression_semantics"></a><h6>
|
||||
<a name="id644656"></a>
|
||||
<a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><a class="link" href="key_of.html" title="key_of"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">key_of</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
</pre>
|
||||
<p>
|
||||
<span class="bold"><strong>Return type</strong></span>: Any type
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Semantics</strong></span>: Returns the key type associated
|
||||
with the element referenced by an associative iterator <code class="computeroutput"><span class="identifier">I</span></code>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.key_of.header"></a><h6>
|
||||
<a name="id644730"></a>
|
||||
<a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.header">Header</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">key_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">key_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.key_of.example"></a><h6>
|
||||
<a name="id644838"></a>
|
||||
<a class="link" href="key_of.html#fusion.iterator.metafunctions.key_of.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special"><</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special"><</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><a class="link" href="key_of.html" title="key_of"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">key_of</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">float</span><span class="special">>));</span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt 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></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="advance_c.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="value_of_data.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>next</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="previous" href="deref.html" title="deref">
|
||||
<link rel="next" href="prior.html" title="prior">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="deref.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="prior.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id436013"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="next">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.next"></a><a class="link" href="next.html" title="next">next</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.next.description"></a><h6>
|
||||
<a name="id644254"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.metafunctions.next.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Returns the type of the next iterator in a sequence.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.next.synposis"></a><h5>
|
||||
<a name="id436042"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.synposis">Synposis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.next.synposis"></a><h6>
|
||||
<a name="id644270"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.metafunctions.next.synposis">Synposis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
@ -49,8 +75,33 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id436140"></a><p class="title"><b>Table<EFBFBD>1.13.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id687720"></a><p class="title"><b>Table<EFBFBD>1.13.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id644414"></a><p class="title"><b>Table<EFBFBD>1.14.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id636768"></a><p class="title"><b>Table<EFBFBD>1.14.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id660323"></a><p class="title"><b>Table 1.14. Parameters</b></p>
|
||||
=======
|
||||
<a name="id647619"></a><p class="title"><b>Table 1.14. Parameters</b></p>
|
||||
=======
|
||||
<a name="id644342"></a><p class="title"><b>Table 1.14. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -82,9 +133,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.next.expression_semantics"></a><h5>
|
||||
<a name="id436242"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.next.expression_semantics"></a><h6>
|
||||
<a name="id644424"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.metafunctions.next.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
@ -97,26 +154,42 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Returns an iterator to the
|
||||
next element in the sequence after <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.next.header"></a><h5>
|
||||
<a name="id436364"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.next.header"></a><h6>
|
||||
<a name="id644503"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.metafunctions.next.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">next</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.next.example"></a><h5>
|
||||
<a name="id436520"></a>
|
||||
<a href="next.html#fusion.iterator.metafunctions.next.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><a href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></tt></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.next.example"></a><h6>
|
||||
<a name="id644611"></a>
|
||||
<a class="link" href="next.html#fusion.iterator.metafunctions.next.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><a href="value_of.html" title="value_of"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_of</span></tt></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>));</span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>prior</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="previous" href="next.html" title="next">
|
||||
<link rel="next" href="equal_to.html" title="equal_to">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="next.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="equal_to.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id436823"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="prior">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.prior"></a><a class="link" href="prior.html" title="prior">prior</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.prior.description"></a><h6>
|
||||
<a name="id644815"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.metafunctions.prior.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Returns the type of the previous iterator in a sequence.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.prior.synopsis"></a><h5>
|
||||
<a name="id436852"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.prior.synopsis"></a><h6>
|
||||
<a name="id644832"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.metafunctions.prior.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
@ -49,8 +75,33 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id436950"></a><p class="title"><b>Table<EFBFBD>1.14.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id688282"></a><p class="title"><b>Table<EFBFBD>1.14.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id644975"></a><p class="title"><b>Table<EFBFBD>1.15.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id637329"></a><p class="title"><b>Table<EFBFBD>1.15.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id660884"></a><p class="title"><b>Table 1.15. Parameters</b></p>
|
||||
=======
|
||||
<a name="id648181"></a><p class="title"><b>Table 1.15. Parameters</b></p>
|
||||
=======
|
||||
<a name="id644904"></a><p class="title"><b>Table 1.15. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -82,9 +133,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.prior.expression_semantics"></a><h5>
|
||||
<a name="id437051"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.prior.expression_semantics"></a><h6>
|
||||
<a name="id644988"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.metafunctions.prior.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="prior.html" title="prior"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">prior</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
@ -97,19 +154,35 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Returns an iterator to the
|
||||
previous element in the sequence before <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.prior.header"></a><h5>
|
||||
<a name="id437175"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.prior.header"></a><h6>
|
||||
<a name="id645070"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.metafunctions.prior.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">prior</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.prior.example"></a><h5>
|
||||
<a name="id437330"></a>
|
||||
<a href="prior.html#fusion.iterator.metafunctions.prior.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><a href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></tt></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.prior.example"></a><h6>
|
||||
<a name="id645178"></a>
|
||||
<a class="link" href="prior.html#fusion.iterator.metafunctions.prior.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">double</span><span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><a href="value_of.html" title="value_of"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_of</span></tt></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">double</span><span class="special">>));</span>
|
||||
|
||||
@ -119,7 +192,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,10 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>value_of</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="previous" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="next" href="deref.html" title="deref">
|
||||
@ -22,6 +30,7 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="deref.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h4 class="title">
|
||||
@ -33,13 +42,30 @@
|
||||
<a name="id433848"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
<div class="section" title="value_of">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.value_of"></a><a class="link" href="value_of.html" title="value_of">value_of</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.value_of.description"></a><h6>
|
||||
<a name="id642185"></a>
|
||||
<a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Returns the type stored at the position of an iterator.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.value_of.synopsis"></a><h5>
|
||||
<a name="id433878"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.value_of.synopsis"></a><h6>
|
||||
<a name="id642202"></a>
|
||||
<a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
@ -49,8 +75,33 @@
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id433975"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id686198"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id642823"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id635177"></a><p class="title"><b>Table<EFBFBD>1.12.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id657708"></a><p class="title"><b>Table 1.12. Parameters</b></p>
|
||||
=======
|
||||
<a name="id645551"></a><p class="title"><b>Table 1.12. Parameters</b></p>
|
||||
=======
|
||||
<a name="id642274"></a><p class="title"><b>Table 1.12. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -82,9 +133,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.value_of.expression_semantics"></a><h5>
|
||||
<a name="id434074"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.value_of.expression_semantics"></a><h6>
|
||||
<a name="id642358"></a>
|
||||
<a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><a href="value_of.html" title="value_of"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_of</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
@ -96,13 +153,21 @@
|
||||
<span class="bold"><b>Semantics</b></span>: Returns the type stored in
|
||||
a sequence at iterator position <tt class="computeroutput"><span class="identifier">I</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.value_of.header"></a><h5>
|
||||
<a name="id434185"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.value_of.header"></a><h6>
|
||||
<a name="id642432"></a>
|
||||
<a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">value_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">value_of</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.metafunctions.value_of.example"></a><h5>
|
||||
<a name="id434341"></a>
|
||||
<a href="value_of.html#fusion.iterator.metafunctions.value_of.example">Example</a>
|
||||
@ -111,6 +176,16 @@
|
||||
<span class="keyword">typedef</span> <a href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></tt></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a href="next.html" title="next"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></tt></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.metafunctions.value_of.example"></a><h6>
|
||||
<a name="id642540"></a>
|
||||
<a class="link" href="value_of.html#fusion.iterator.metafunctions.value_of.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&,</span><span class="keyword">const</span> <span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">second</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="next.html" title="next"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">next</span></code></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">third</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><a href="value_of.html" title="value_of"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_of</span></tt></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>));</span>
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><a href="value_of.html" title="value_of"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_of</span></tt></a><span class="special"><</span><span class="identifier">second</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">&>));</span>
|
||||
@ -119,7 +194,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
140
doc/html/fusion/iterator/metafunctions/value_of_data.html
Normal file
140
doc/html/fusion/iterator/metafunctions/value_of_data.html
Normal file
@ -0,0 +1,140 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title>value_of_data</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
<link rel="up" href="../metafunctions.html" title="Metafunctions">
|
||||
<link rel="prev" href="key_of.html" title="key_of">
|
||||
<link rel="next" href="deref_data.html" title="deref_data">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../boost.png"></td>
|
||||
<td align="center"><a href="../../../../../../../index.html">Home</a></td>
|
||||
<td align="center"><a href="../../../../../../libraries.htm">Libraries</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
|
||||
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
|
||||
<td align="center"><a href="../../../../../../../more/index.htm">More</a></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="key_of.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="deref_data.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" title="value_of_data">
|
||||
<div class="titlepage"><div><div><h4 class="title">
|
||||
<a name="fusion.iterator.metafunctions.value_of_data"></a><a class="link" href="value_of_data.html" title="value_of_data">value_of_data</a>
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.metafunctions.value_of_data.description"></a><h6>
|
||||
<a name="id645033"></a>
|
||||
<a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
Returns the type of the data property associated with the element referenced
|
||||
by an associative iterator references.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.value_of_data.synopsis"></a><h6>
|
||||
<a name="id645050"></a>
|
||||
<a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
<span class="keyword">struct</span> <span class="identifier">value_of_data</span>
|
||||
<span class="special">{</span>
|
||||
<span class="keyword">typedef</span> <span class="emphasis"><em>unspecified</em></span> <span class="identifier">type</span><span class="special">;</span>
|
||||
<span class="special">};</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<a name="id645122"></a><p class="title"><b>Table 1.21. Parameters</b></p>
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
<col>
|
||||
</colgroup>
|
||||
<thead><tr>
|
||||
<th>
|
||||
<p>
|
||||
Parameter
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Requirement
|
||||
</p>
|
||||
</th>
|
||||
<th>
|
||||
<p>
|
||||
Description
|
||||
</p>
|
||||
</th>
|
||||
</tr></thead>
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<p>
|
||||
<code class="computeroutput"><span class="identifier">I</span></code>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Model of <a class="link" href="../concepts/associative_iterator.html" title="Associative Iterator">Associative
|
||||
Iterator</a>
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
Operation's argument
|
||||
</p>
|
||||
</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<br class="table-break"><a name="fusion.iterator.metafunctions.value_of_data.expression_semantics"></a><h6>
|
||||
<a name="id645203"></a>
|
||||
<a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.expression_semantics">Expression
|
||||
Semantics</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><a class="link" href="value_of_data.html" title="value_of_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_of_data</span></code></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span>
|
||||
</pre>
|
||||
<p>
|
||||
<span class="bold"><strong>Return type</strong></span>: Any type
|
||||
</p>
|
||||
<p>
|
||||
<span class="bold"><strong>Semantics</strong></span>: Returns the type of the data
|
||||
property associated with the element referenced by an associative iterator
|
||||
<code class="computeroutput"><span class="identifier">I</span></code>.
|
||||
</p>
|
||||
<a name="fusion.iterator.metafunctions.value_of_data.header"></a><h6>
|
||||
<a name="id645275"></a>
|
||||
<a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.header">Header</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">value_of_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">value_of_data</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<a name="fusion.iterator.metafunctions.value_of_data.example"></a><h6>
|
||||
<a name="id645383"></a>
|
||||
<a class="link" href="value_of_data.html#fusion.iterator.metafunctions.value_of_data.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/map.html" title="map"><code class="computeroutput"><span class="identifier">map</span></code></a><span class="special"><</span><a class="link" href="../../support/pair.html" title="pair"><code class="computeroutput"><span class="identifier">pair</span></code></a><span class="special"><</span><span class="keyword">float</span><span class="special">,</span><span class="keyword">int</span><span class="special">></span> <span class="special">></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
<span class="keyword">typedef</span> <a class="link" href="../../sequence/intrinsic/metafunctions/begin.html" title="begin"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">begin</span></code></a><span class="special"><</span><span class="identifier">vec</span><span class="special">>::</span><span class="identifier">type</span> <span class="identifier">first</span><span class="special">;</span>
|
||||
|
||||
<span class="identifier">BOOST_MPL_ASSERT</span><span class="special">((</span><span class="identifier">boost</span><span class="special">::</span><span class="identifier">is_same</span><span class="special"><</span><a class="link" href="value_of_data.html" title="value_of_data"><code class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value_of_data</span></code></a><span class="special"><</span><span class="identifier">first</span><span class="special">>::</span><span class="identifier">type</span><span class="special">,</span> <span class="keyword">int</span><span class="special">>));</span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt 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></td>
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="key_of.html"><img src="../../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../metafunctions.html"><img src="../../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="deref_data.html"><img src="../../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -3,12 +3,21 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Operator</title>
|
||||
<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../iterator.html" title="Iterator">
|
||||
<<<<<<< .working
|
||||
<link rel="previous" href="functions/advance_c.html" title="advance_c">
|
||||
<link rel="next" href="operator/operator_unary_star.html" title=" Operator
|
||||
*">
|
||||
=======
|
||||
<link rel="prev" href="functions/deref_data.html" title="deref_data">
|
||||
<link rel="next" href="operator/operator_unary_star.html" title="Operator *">
|
||||
>>>>>>> .merge-right.r57242
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
@ -21,7 +30,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="functions/advance_c.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="operator/operator_unary_star.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="functions/deref_data.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="operator/operator_unary_star.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
@ -54,7 +63,7 @@
|
||||
</tr></table>
|
||||
<hr>
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="functions/advance_c.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="operator/operator_unary_star.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
<a accesskey="p" href="functions/deref_data.html"><img src="../../../../../../doc/html/images/prev.png" alt="Prev"></a><a accesskey="u" href="../iterator.html"><img src="../../../../../../doc/html/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/html/images/home.png" alt="Home"></a><a accesskey="n" href="operator/operator_unary_star.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,11 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title> Operator
|
||||
==</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../operator.html" title="Operator">
|
||||
<link rel="previous" href="operator_unary_star.html" title=" Operator
|
||||
*">
|
||||
@ -31,6 +39,7 @@
|
||||
<a name="fusion.iterator.operator.operator_equality"></a><a href="operator_equality.html" title=" Operator
|
||||
=="> Operator
|
||||
==</a>
|
||||
<<<<<<< .working
|
||||
</h4></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
@ -38,13 +47,27 @@
|
||||
<a name="id432570"></a>
|
||||
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.operator.operator_equality.description"></a><h6>
|
||||
<a name="id641283"></a>
|
||||
<a class="link" href="operator_equality.html#fusion.iterator.operator.operator_equality.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Compares 2 iterators for equality.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_equality.synopsis"></a><h5>
|
||||
<a name="id432599"></a>
|
||||
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.operator.operator_equality.synopsis"></a><h6>
|
||||
<a name="id641300"></a>
|
||||
<a class="link" href="operator_equality.html#fusion.iterator.operator.operator_equality.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">J</span>
|
||||
@ -52,8 +75,33 @@
|
||||
<span class="emphasis"><em>unspecified</em></span> <span class="keyword">operator</span><span class="special">==(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id432739"></a><p class="title"><b>Table<EFBFBD>1.9.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id685327"></a><p class="title"><b>Table<EFBFBD>1.9.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id641952"></a><p class="title"><b>Table<EFBFBD>1.10.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id634306"></a><p class="title"><b>Table<EFBFBD>1.10.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id656837"></a><p class="title"><b>Table 1.10. Parameters</b></p>
|
||||
=======
|
||||
<a name="id644680"></a><p class="title"><b>Table 1.10. Parameters</b></p>
|
||||
=======
|
||||
<a name="id641403"></a><p class="title"><b>Table 1.10. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -83,9 +131,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_equality.expression_semantics"></a><h5>
|
||||
<a name="id432842"></a>
|
||||
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.operator.operator_equality.expression_semantics"></a><h6>
|
||||
<a name="id641489"></a>
|
||||
<a class="link" href="operator_equality.html#fusion.iterator.operator.operator_equality.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="identifier">i</span> <span class="special">==</span> <span class="identifier">j</span>
|
||||
@ -98,17 +152,24 @@
|
||||
where <tt class="computeroutput"><span class="identifier">I</span></tt> and <tt class="computeroutput"><span class="identifier">J</span></tt> are the types of <tt class="computeroutput"><span class="identifier">i</span></tt>
|
||||
and <tt class="computeroutput"><span class="identifier">j</span></tt> respectively.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_equality.header"></a><h5>
|
||||
<a name="id433034"></a>
|
||||
<a href="operator_equality.html#fusion.iterator.operator.operator_equality.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.operator.operator_equality.header"></a><h6>
|
||||
<a name="id641616"></a>
|
||||
<a class="link" href="operator_equality.html#fusion.iterator.operator.operator_equality.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,11 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title> Operator
|
||||
!=</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../operator.html" title="Operator">
|
||||
<link rel="previous" href="operator_equality.html" title=" Operator
|
||||
==">
|
||||
@ -30,6 +38,7 @@
|
||||
<a name="fusion.iterator.operator.operator_inequality"></a><a href="operator_inequality.html" title=" Operator
|
||||
!="> Operator
|
||||
!=</a>
|
||||
<<<<<<< .working
|
||||
</h4></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
@ -37,13 +46,27 @@
|
||||
<a name="id433209"></a>
|
||||
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.operator.operator_inequality.description"></a><h6>
|
||||
<a name="id641738"></a>
|
||||
<a class="link" href="operator_inequality.html#fusion.iterator.operator.operator_inequality.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Compares 2 iterators for inequality.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_inequality.synopsis"></a><h5>
|
||||
<a name="id433239"></a>
|
||||
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.operator.operator_inequality.synopsis"></a><h6>
|
||||
<a name="id641758"></a>
|
||||
<a class="link" href="operator_inequality.html#fusion.iterator.operator.operator_inequality.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span><span class="special">,</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">J</span>
|
||||
@ -51,8 +74,33 @@
|
||||
<span class="emphasis"><em>unspecified</em></span> <span class="keyword">operator</span><span class="special">==(</span><span class="identifier">I</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">,</span> <span class="identifier">J</span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id433380"></a><p class="title"><b>Table<EFBFBD>1.10.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id685785"></a><p class="title"><b>Table<EFBFBD>1.10.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id642410"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id634764"></a><p class="title"><b>Table<EFBFBD>1.11.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id657296"></a><p class="title"><b>Table 1.11. Parameters</b></p>
|
||||
=======
|
||||
<a name="id645138"></a><p class="title"><b>Table 1.11. Parameters</b></p>
|
||||
=======
|
||||
<a name="id641861"></a><p class="title"><b>Table 1.11. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -82,9 +130,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_inequality.expression_semantics"></a><h5>
|
||||
<a name="id433483"></a>
|
||||
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.operator.operator_inequality.expression_semantics"></a><h6>
|
||||
<a name="id641945"></a>
|
||||
<a class="link" href="operator_inequality.html#fusion.iterator.operator.operator_inequality.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<p>
|
||||
@ -95,17 +149,24 @@
|
||||
where <tt class="computeroutput"><span class="identifier">I</span></tt> and <tt class="computeroutput"><span class="identifier">J</span></tt> are the types of <tt class="computeroutput"><span class="identifier">i</span></tt>
|
||||
and <tt class="computeroutput"><span class="identifier">j</span></tt> respectively.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_inequality.header"></a><h5>
|
||||
<a name="id433654"></a>
|
||||
<a href="operator_inequality.html#fusion.iterator.operator.operator_inequality.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.operator.operator_inequality.header"></a><h6>
|
||||
<a name="id642056"></a>
|
||||
<a class="link" href="operator_inequality.html#fusion.iterator.operator.operator_inequality.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">equal_to</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
@ -1,11 +1,19 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
|
||||
<title> Operator
|
||||
*</title>
|
||||
<link rel="stylesheet" href="../../../../../../../doc/html/boostbook.css" type="text/css">
|
||||
<<<<<<< .working
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
=======
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
|
||||
<<<<<<< .working
|
||||
>>>>>>> .merge-right.r57125
|
||||
<link rel="home" href="../../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
=======
|
||||
<link rel="home" href="../../../index.html" title="Chapter 1. Fusion 2.0">
|
||||
>>>>>>> .merge-right.r58299
|
||||
<link rel="up" href="../operator.html" title="Operator">
|
||||
<link rel="previous" href="../operator.html" title="Operator">
|
||||
<link rel="next" href="operator_equality.html" title=" Operator
|
||||
@ -30,6 +38,7 @@
|
||||
<a name="fusion.iterator.operator.operator_unary_star"></a><a href="operator_unary_star.html" title=" Operator
|
||||
*"> Operator
|
||||
*</a>
|
||||
<<<<<<< .working
|
||||
</h4></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
@ -37,21 +46,60 @@
|
||||
<a name="id431600"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.description">Description</a>
|
||||
</h5>
|
||||
=======
|
||||
</h4></div></div></div>
|
||||
<a name="fusion.iterator.operator.operator_unary_star.description"></a><h6>
|
||||
<a name="id640541"></a>
|
||||
<a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.description">Description</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<p>
|
||||
Dereferences an iterator.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_unary_star.synopsis"></a><h5>
|
||||
<a name="id431631"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.synopsis">Synopsis</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.operator.operator_unary_star.synopsis"></a><h6>
|
||||
<a name="id640560"></a>
|
||||
<a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.synopsis">Synopsis</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
|
||||
<span class="keyword">typename</span> <span class="identifier">I</span>
|
||||
<span class="special">></span>
|
||||
<span class="keyword">typename</span> <a href="../metafunctions/deref.html" title="deref"><tt class="computeroutput"><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">deref</span></tt></a><span class="special"><</span><span class="identifier">I</span><span class="special">>::</span><span class="identifier">type</span> <span class="keyword">operator</span><span class="special">*(</span><span class="emphasis"><em>unspecified</em></span><span class="special"><</span><span class="identifier">I</span><span class="special">></span> <span class="keyword">const</span><span class="special">&</span> <span class="identifier">i</span><span class="special">);</span>
|
||||
</pre>
|
||||
<div class="table">
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<<<<<<< .working
|
||||
<a name="id431788"></a><p class="title"><b>Table<EFBFBD>1.8.<2E>Parameters</b></p>
|
||||
<table class="table" summary="Parameters">
|
||||
=======
|
||||
<a name="id684663"></a><p class="title"><b>Table<EFBFBD>1.8.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id640127"></a><p class="title"><b>Table<EFBFBD>1.9.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id632481"></a><p class="title"><b>Table<EFBFBD>1.9.<2E>Parameters</b></p>
|
||||
=======
|
||||
<a name="id656173"></a><p class="title"><b>Table 1.9. Parameters</b></p>
|
||||
=======
|
||||
<a name="id643947"></a><p class="title"><b>Table 1.9. Parameters</b></p>
|
||||
=======
|
||||
<a name="id640670"></a><p class="title"><b>Table 1.9. Parameters</b></p>
|
||||
>>>>>>> .merge-right.r58559
|
||||
>>>>>>> .merge-right.r58549
|
||||
>>>>>>> .merge-right.r58299
|
||||
>>>>>>> .merge-right.r57337
|
||||
>>>>>>> .merge-right.r57242
|
||||
<div class="table-contents"><table class="table" summary="Parameters">
|
||||
>>>>>>> .merge-right.r57125
|
||||
<colgroup>
|
||||
<col>
|
||||
<col>
|
||||
@ -83,9 +131,15 @@
|
||||
</tr></tbody>
|
||||
</table>
|
||||
</div>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_unary_star.expression_semantics"></a><h5>
|
||||
<a name="id431889"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.expression_semantics">Expression
|
||||
=======
|
||||
<br class="table-break"><a name="fusion.iterator.operator.operator_unary_star.expression_semantics"></a><h6>
|
||||
<a name="id640752"></a>
|
||||
<a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.expression_semantics">Expression
|
||||
>>>>>>> .merge-right.r57125
|
||||
Semantics</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="special">*</span><span class="identifier">i</span>
|
||||
@ -97,18 +151,33 @@
|
||||
<p>
|
||||
<span class="bold"><b>Semantics</b></span>: Equivalent to <tt class="computeroutput"><a href="../functions/deref.html" title="deref"><tt class="computeroutput"><span class="identifier">deref</span></tt></a><span class="special">(</span><span class="identifier">i</span><span class="special">)</span></tt>.
|
||||
</p>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_unary_star.header"></a><h5>
|
||||
<a name="id432026"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.header">Header</a>
|
||||
</h5>
|
||||
=======
|
||||
<a name="fusion.iterator.operator.operator_unary_star.header"></a><h6>
|
||||
<a name="id640840"></a>
|
||||
<a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.header">Header</a>
|
||||
</h6>
|
||||
>>>>>>> .merge-right.r57125
|
||||
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">iterator</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
<span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">fusion</span><span class="special">/</span><span class="identifier">include</span><span class="special">/</span><span class="identifier">deref</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span>
|
||||
</pre>
|
||||
<<<<<<< .working
|
||||
<a name="fusion.iterator.operator.operator_unary_star.example"></a><h5>
|
||||
<a name="id432182"></a>
|
||||
<a href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.example">Example</a>
|
||||
</h5>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a href="../../container/vector.html" title="vector"><tt class="computeroutput"><span class="identifier">vector</span></tt></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
=======
|
||||
<a name="fusion.iterator.operator.operator_unary_star.example"></a><h6>
|
||||
<a name="id640948"></a>
|
||||
<a class="link" href="operator_unary_star.html#fusion.iterator.operator.operator_unary_star.example">Example</a>
|
||||
</h6>
|
||||
<pre class="programlisting"><span class="keyword">typedef</span> <a class="link" href="../../container/vector.html" title="vector"><code class="computeroutput"><span class="identifier">vector</span></code></a><span class="special"><</span><span class="keyword">int</span><span class="special">,</span><span class="keyword">int</span><span class="special">&></span> <span class="identifier">vec</span><span class="special">;</span>
|
||||
>>>>>>> .merge-right.r57125
|
||||
|
||||
<span class="keyword">int</span> <span class="identifier">i</span><span class="special">(</span><span class="number">0</span><span class="special">);</span>
|
||||
<span class="identifier">vec</span> <span class="identifier">v</span><span class="special">(</span><span class="number">1</span><span class="special">,</span><span class="identifier">i</span><span class="special">);</span>
|
||||
@ -119,7 +188,7 @@
|
||||
</div>
|
||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||
<td align="left"></td>
|
||||
<td align="right"><div class="copyright-footer">Copyright <EFBFBD> 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
<td align="right"><div class="copyright-footer">Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias
|
||||
Schwinger<p>
|
||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
|
||||
|
Reference in New Issue
Block a user