make_fused_function_objectBoost , Chapter 1. Fusion 2.2 , Metafunctions
Description.
#include <boost/fusion/functional/generation/make_fused_function_object.hpp>
#include <boost/fusion/include/make_fused_function_object.hpp>
namespace result_of
{
template<typename Function>
struct make_fused_function_object
{
typedef unspecified type;
};
}
Статья make_fused_function_object раздела Chapter 1. Fusion 2.2 Metafunctions может быть полезна для разработчиков на c++ и boost.
:: Главная :: Metafunctions ::
|