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

Equivalent to infix<x, lift<f>, y>; provided for convenience. More...

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

Detailed Description

template<typename x, template< typename...> class f, typename y>
struct boost::mpl11::infix_< x, f, y >

Equivalent to infix<x, lift<f>, y>; provided for convenience.