forked from boostorg/fusion
Sync from trunk (except adapt class)
[SVN r56714]
This commit is contained in:
@ -3,11 +3,12 @@
|
||||
<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">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.75.0">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
|
||||
<link rel="home" href="../../index.html" title="Chapter<65>1.<2E>Fusion 2.0">
|
||||
<link rel="up" href="../iterator.html" title="Iterator">
|
||||
<link rel="prev" href="../iterator.html" title="Iterator">
|
||||
<link rel="next" href="concepts/forward_iterator.html" title="Forward Iterator">
|
||||
<link rel="previous" href="../iterator.html" title="Iterator">
|
||||
<link rel="next" href="concepts/forward_iterator.html" title="Forward
|
||||
Iterator">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
<table cellpadding="2" width="100%"><tr>
|
||||
@ -22,10 +23,13 @@
|
||||
<div class="spirit-nav">
|
||||
<a accesskey="p" href="../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="concepts/forward_iterator.html"><img src="../../../../../../doc/html/images/next.png" alt="Next"></a>
|
||||
</div>
|
||||
<div class="section" title="Concepts">
|
||||
<div class="titlepage"><div><div><h3 class="title">
|
||||
<a name="fusion.iterator.concepts"></a><a class="link" href="concepts.html" title="Concepts">Concepts</a>
|
||||
</h3></div></div></div>
|
||||
<div class="section" lang="en">
|
||||
<div class="titlepage">
|
||||
<div><div><h3 class="title">
|
||||
<a name="fusion.iterator.concepts"></a><a href="concepts.html" title="Concepts">Concepts</a>
|
||||
</h3></div></div>
|
||||
<div></div>
|
||||
</div>
|
||||
<div class="toc"><dl>
|
||||
<dt><span class="section"><a href="concepts/forward_iterator.html">Forward
|
||||
Iterator</a></span></dt>
|
||||
@ -35,11 +39,16 @@
|
||||
Access Iterator</a></span></dt>
|
||||
</dl></div>
|
||||
<p>
|
||||
Fusion iterators are divided into different traversal categories. <a class="link" href="concepts/forward_iterator.html" title="Forward Iterator">Forward
|
||||
Iterator</a> is the most basic concept. <a class="link" href="concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
|
||||
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/random_access_iterator.html" title="Random Access Iterator">Random
|
||||
Access Iterator</a> is a refinement of <a class="link" href="concepts/bidirectional_iterator.html" title="Bidirectional Iterator">Bidirectional
|
||||
Fusion iterators are divided into different traversal categories. <a href="concepts/forward_iterator.html" title="Forward
|
||||
Iterator">Forward
|
||||
Iterator</a> is the most basic concept. <a href="concepts/bidirectional_iterator.html" title="Bidirectional
|
||||
Iterator">Bidirectional
|
||||
Iterator</a> is a refinement of <a href="concepts/forward_iterator.html" title="Forward
|
||||
Iterator">Forward
|
||||
Iterator</a>. <a href="concepts/random_access_iterator.html" title="Random
|
||||
Access Iterator">Random
|
||||
Access Iterator</a> is a refinement of <a href="concepts/bidirectional_iterator.html" title="Bidirectional
|
||||
Iterator">Bidirectional
|
||||
Iterator</a>.
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user