Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Iterators

Concepts
Forward Iterator
Bidirectional Iterator
Random Access Iterator
Functions
deref
next
prior
distance
advance
advance_c
Operators
Operator *
Operator ==
Operator !=
Metafunctions
value_of
deref
next
prior
equal_to
distance
advance
advance_c

Like MPL and STL, iterators are a fundamental concept in Fusion. As with MPL and STL iterators describe positions, and provide access to data within an underlying Sequence.

Header

#include <boost/fusion/iterator.hpp>
Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger

PrevUpHomeNext