MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
List of all members
boost::mpl11::lsect< x, f > Struct Template Reference

Returns the left section of f with x. More...

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

Detailed Description

template<typename x, typename f>
struct boost::mpl11::lsect< x, f >

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.