![]() |
Home | Libraries | People | FAQ | More |
Returns the result type of make_fused
.
#include <boost/fusion/functional/generation/make_fused.hpp>
namespace result_of { template<typename Function> struct make_fused { typedef unspecified type; }; }
Returns the result type of make_fused_procedure
.
#include <boost/fusion/functional/generation/make_fused_procedure.hpp>
namespace result_of { template<typename Function> struct make_fused_procedure { typedef unspecified type; }; }
Returns the result type of make_fused_function_object
.
#include <boost/fusion/functional/generation/make_fused_function_object.hpp>
namespace result_of { template<typename Function> struct make_fused_function_object { typedef unspecified type; }; }
Returns the result type of make_unfused_generic
.
#include <boost/fusion/functional/generation/make_unfused_generic.hpp>
namespace result_of { template<typename Function> struct make_unfused_generic { typedef unspecified type; }; }
Returns the result type of make_unfused_lvalue_args
.
#include <boost/fusion/functional/generation/make_unfused_lvalue_args.hpp>
namespace result_of { template<typename Function> struct make_unfused_lvalue_args { typedef unspecified type; }; }
Returns the result type of make_unfused_rvalue_args
.
#include <boost/fusion/functional/generation/make_unfused_rvalue_args.hpp>
namespace result_of { template<typename Function> struct make_unfused_rvalue_args { typedef unspecified type; }; }
Copyright © 2001-2005 Joel de Guzman, Dan Marsden |