Defines boost::mpl11::detail::at_key::single_inheritance
.
More...
Go to the source code of this file.
|
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.
|
|
Defines boost::mpl11::detail::at_key::single_inheritance
.
- Copyright
- Louis Dionne 2014 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://www.boost.org/LICENSE_1_0.txt)