Boost C++ Libraries Home Libraries People FAQ More

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>
Synopsis
namespace result_of
{
    template<typename Function>
    struct make_unfused_rvalue_args
    {
        typedef unspecified type;
    };
}
See also
Copyright © 2001-2007 Joel de Guzman, Dan Marsden, Tobias Schwinger

PrevUpHomeNext