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

Invokes a metafunction class with the given arguments. More...

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

Detailed Description

template<typename f, typename... x>
struct boost::mpl11::apply< f, x >

Invokes a metafunction class with the given arguments.

This is effectively just a wrapper over f::type::apply<x...>.