Defines boost::mpl11::detail::at_index::overload_resolution
.
More...
Go to the source code of this file.
Typedefs | |
template<std_size_t index, typename... xs> | |
using | boost::mpl11::detail::at_index::overload_resolution = decltype(overload_impl< typename make_std_index_sequence< index >::type >::apply((xs *) nullptr...)) |
Index-based lookup into a parameter pack using overload resolution. More... | |
Defines boost::mpl11::detail::at_index::overload_resolution
.