mirror of
https://github.com/boostorg/mpl.git
synced 2026-01-26 17:02:20 +01:00
25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<!doctype html public "-//ietf//dtd html//en">
|
|
<html><head><title>boost::mpl::Iterators</title>
|
|
<link rel="stylesheet" href="./mpl_wiki.css">
|
|
</head><body bgcolor="white">
|
|
<h1><a href="./Table_of_Content.html"><img src="./mpl_logo.jpg" alt="[Home]" border=0 align="right"></a>Iterators</h1>Iterators are the mechanism that makes it possible to decouple algorithms from concrete compile-time sequence implementations.
|
|
<p>
|
|
<ol>
|
|
<li>Concepts
|
|
<ol>
|
|
<li><a href="./Trivial_Iterator.html">Trivial Iterator</a>
|
|
<li><a href="./Input_Iterator.html">Input Iterator</a>
|
|
<li><a href="./Forward_Iterator.html">Forward Iterator</a>
|
|
<li><a href="./Bidirectional_Iterator.html">Bidirectional Iterator</a>
|
|
<li><a href="./Random_Access_Iterator.html">Random Access Iterator</a>
|
|
</ol>
|
|
<li>Algorithms
|
|
<ol>
|
|
<li><a href="./Reference/iterator_category.html">iterator_category</a>
|
|
<li><a href="./Reference/begin.html">begin</a>/<a href="./Reference/end.html">end</a>
|
|
<li><a href="./Reference/advance.html">advance</a>
|
|
<li><a href="./Reference/distance.html">distance</a>
|
|
</ol>
|
|
</ol>
|
|
<p><hr>
|
|
<a href="./Table_of_Content.html">Table of Content</a><br>Last edited July 17, 2002 6:16 am</body></html> |