Warning, file /include/boost/hana/core/dispatch.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_HANA_CORE_DISPATCH_HPP
0011 #define BOOST_HANA_CORE_DISPATCH_HPP
0012
0013 #include <boost/hana/core/tag_of.hpp>
0014 #include <boost/hana/detail/dispatch_if.hpp>
0015 #include <boost/hana/core/default.hpp>
0016 #include <boost/hana/core/when.hpp>
0017
0018 #endif