Defines boost::mpl11::detail::logical_or::strict_noexcept.
More...
Go to the source code of this file.
|
|
template<typename... xs> |
| using | boost::mpl11::detail::logical_or::strict_noexcept = bool_< !noexcept(allow_expansion(noexcept_if<!(bool) xs::type::value >{}...)) > |
| | Strict (non short-circuiting) logical or implemented with noexcept.
|
| |
Defines boost::mpl11::detail::logical_or::strict_noexcept.
- 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)