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

Lifts a metafunction. More...

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

Detailed Description

template<template< typename...> class f>
struct boost::mpl11::lift< f >

Lifts a metafunction.

Specifically, apply<lift<f>, x...> is equivalent to f<x...>.