Returns the right section of f
with y
.
More...
#include <boost/mpl11/fwd/functional.hpp>
Returns the right section of f
with y
.
Specifically, rsect<f, y>(x)
is equivalent to f(x, y)
. This is mainly useful to increase legibility when partially applying metafunction classes that are logically infix operators.