Returns a specialization of the given template with the provided arguments. More...
#include <boost/mpl11/fwd/functional.hpp>
Returns a specialization of the given template with the provided arguments.
Specifically, apply<into<tp>, x...>::type
is the same as tp<x...>
.