MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
Typedefs
multiple_inheritance.hpp File Reference

Defines boost::mpl11::detail::at_index::multiple_inheritance. More...

#include <boost/mpl11/detail/pair.hpp>
#include <boost/mpl11/detail/std_index_sequence.hpp>
#include <boost/mpl11/detail/std_size_t.hpp>

Go to the source code of this file.

Typedefs

template<std_size_t index, typename... xs>
using boost::mpl11::detail::at_index::multiple_inheritance = decltype(at_index::multi_lookup_impl< index >((indexer_impl< typename make_std_index_sequence< sizeof...(xs)>::type, xs... > *) nullptr))
 Index-based lookup into a parameter pack using multiple inheritance. More...
 

Detailed Description

Defines boost::mpl11::detail::at_index::multiple_inheritance.