Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Iterators

Concepts
Functions
Operators
Metafunctions

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-2005 Joel de Guzman, Dan Marsden

PrevUpHomeNext