Invokes a metafunction class with the contents of a structure. More...
#include <boost/mpl11/fwd/foldable.hpp>
Invokes a metafunction class with the contents of a structure.
Specifically, unpack<f, structure>
is equivalent to apply<f, a0, ..., an>
, where a0
, ...,an
are the elements in the structure.