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

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

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

Detailed Description

template<typename f, typename... xs>
struct boost::mpl11::apply_curried< f, xs >

Invokes a curried metafunction class with the given arguments.

Specifically, apply_curried<f, x1, ..., xn> is equivalent to f(x1)...(xn).