Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Container

vector
cons
list
set
map
Generation
Functions
MetaFunctions
Conversion
Functions
Metafunctions

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