MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::unpack< f, structure > Struct Template Reference

Invokes a metafunction class with the contents of a structure. More...

#include <boost/mpl11/fwd/foldable.hpp>

Detailed Description

template<typename f, typename structure>
struct boost::mpl11::unpack< f, structure >

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.