Defines boost::mpl11::detail::logical_or::strict_specialization.
More...
Go to the source code of this file.
|
|
template<typename... xs> |
| using | boost::mpl11::detail::logical_or::strict_specialization = strict_specialization_impl< bool_<(bool) xs::type::value >... > |
| | Strict (non short-circuiting) logical or implemented with (clever) partial specialization.
|
| |
Defines boost::mpl11::detail::logical_or::strict_specialization.
- 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)