MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
best.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_DETAIL_AT_KEY_BEST_HPP
13 #define BOOST_MPL11_DETAIL_AT_KEY_BEST_HPP
14 
16 
17 
18 namespace boost { namespace mpl11 { namespace detail { namespace at_key {
24  template <typename key, typename ...pairs>
25  using best = multiple_inheritance<key, pairs...>;
26 }}}} // end namespace boost::mpl11::detail::at_index
27 
28 #endif // !BOOST_MPL11_DETAIL_AT_KEY_BEST_HPP
Defines boost::mpl11::detail::at_key::multiple_inheritance.