Defines boost::mpl11::detail::logical_or::strict_overload
.
More...
Go to the source code of this file.
|
template<typename... xs> |
using | boost::mpl11::detail::logical_or::strict_overload = decltype(strict_overload_impl(typename std_conditional< (bool) xs::type::value, int, int * >::type{}...)) |
| Strict (non short-circuiting) logical or implemented with overload resolution.
|
|
Defines boost::mpl11::detail::logical_or::strict_overload
.
- 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)