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

Intrinsic

Functions
Metafunctions

Intrinsic form the essential interface of every Fusion Sequence. STL counterparts of these functions are usually implemented as member functions. Intrinsic functions, unlike Algorithms, are not generic across the full Sequence repertoire. They need to be implemented for each Fusion Sequence [5] .

Header
#include <boost/fusion/sequence/intrinsic.hpp>
#include <boost/fusion/include/intrinsic.hpp>


[5] In practice, many of intrinsic functions have default implementations that will work in majority of cases


PrevUpHomeNext