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

Container

vector
cons
list
deque
front_extended_deque
back_extended_deque
set
map
Generation
Functions
MetaFunctions
Conversion
Functions
Metafunctions

Fusion provides a few predefined sequences out of the box. These containers actually hold heterogeneously 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