Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
make_unfused
Description

Returns the result type of make_unfused.

Header
#include <boost/fusion/functional/generation/make_unfused.hpp>
#include <boost/fusion/include/make_unfused.hpp>
Synopsis
namespace result_of
{
    template<typename Function>
    struct make_unfused
    {
        typedef unspecified type;
    };
}
See also

PrevUpHomeNext