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_INDEX_BEST_HPP
13 #define BOOST_MPL11_DETAIL_AT_INDEX_BEST_HPP
14 
17 
18 
19 namespace boost { namespace mpl11 { namespace detail { namespace at_index {
25  template <std_size_t index, typename ...xs>
26  using best = overload_resolution<index, xs...>;
27 }}}} // end namespace boost::mpl11::detail::at_index
28 
29 #endif // !BOOST_MPL11_DETAIL_AT_INDEX_BEST_HPP
Defines boost::mpl11::detail::at_index::overload_resolution.
Defines boost::mpl11::detail::std_size_t.