Invokes a curried metafunction class with the given arguments. More...
#include <boost/mpl11/fwd/functional.hpp>
Invokes a curried metafunction class with the given arguments.
Specifically, apply_curried<f, x1, ..., xn>
is equivalent to f(x1)...(xn)
.