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