Defines boost::mpl11::detail::logical_or::strict_constexpr_array
.
More...
Go to the source code of this file.
|
template<typename... xs> |
using | boost::mpl11::detail::logical_or::strict_constexpr_array = bool_< strict_constexpr_array_impl< sizeof...(xs)+1 >({(bool) xs::type::value..., false}) > |
| Strict (non short-circuiting) logical or implemented with constexpr.
|
|
Defines boost::mpl11::detail::logical_or::strict_constexpr_array
.
- 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)