1 /*=============================================================================
2 Copyright (c) 2001-2011 Joel de Guzman
3 Copyright (c) 2007 Dan Marsden
5 Distributed under the Boost Software License, Version 1.0. (See accompanying
6 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 ==============================================================================*/
8 #if !defined(BOOST_FUSION_APPLY_TRANSFORM_RESULT_02092006_1936)
9 #define BOOST_FUSION_APPLY_TRANSFORM_RESULT_02092006_1936
11 #include <boost/utility/result_of.hpp>
13 namespace boost { namespace fusion
20 struct apply_transform_result
22 template <typename T0, typename T1 = void_>
24 : boost::result_of<F(T0, T1)>
27 template <typename T0>
28 struct apply<T0, void_>
29 : boost::result_of<F(T0)>
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams