Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Iterator
PrevUpHomeNext

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>
#include <boost/fusion/include/iterator.hpp>

PrevUpHomeNext