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

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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