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

Returns the right section of f with y. More...

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

Detailed Description

template<typename f, typename y>
struct boost::mpl11::rsect< f, y >

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.