MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
functor.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_FWD_FUNCTOR_HPP
13 #define BOOST_MPL11_FWD_FUNCTOR_HPP
14 
15 #include <boost/mpl11/fwd/bool.hpp>
16 
17 
18 namespace boost { namespace mpl11 {
38  template <typename Datatype, typename = true_>
39  struct Functor;
40 
42  template <typename f, typename structure>
43  struct fmap;
45 }} // end namespace boost::mpl11
46 
47 #endif // !BOOST_MPL11_FWD_FUNCTOR_HPP
Forwards to boost/mpl11/fwd/integer.hpp.