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

PrevUpHomeNext

Fusion provides a few predefined sequences out of the box. These containers actually hold heterogenously typed data; unlike Views. These containers are more or less counterparts of those in STL.

Header

#include <boost/fusion/container.hpp>
#include <boost/fusion/include/container.hpp>
PrevUpHomeNext