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

Defines boost::mpl11::detail::at_key::single_inheritance. More...

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

Go to the source code of this file.

Typedefs

template<typename key , typename... pairs>
using boost::mpl11::detail::at_key::single_inheritance = decltype(single_map_impl< pairs...>::at_key_impl((key *) nullptr))
 Key-based lookup into a parameter pack using single inheritance.
 

Detailed Description

Defines boost::mpl11::detail::at_key::single_inheritance.