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 for the latest Boost documentation.
PrevUpHomeNext
make_unfused_rvalue_args
Description

Returns the result type of make_unfused_rvalue_args.

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

PrevUpHomeNext