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

Returns a specialization of the given template with the provided arguments. More...

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

Detailed Description

template<template< typename...> class tp>
struct boost::mpl11::into< tp >

Returns a specialization of the given template with the provided arguments.

Specifically, apply<into<tp>, x...>::type is the same as tp<x...>.