MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
Typedefs
strict_noexcept.hpp File Reference

Defines boost::mpl11::detail::logical_or::strict_noexcept. More...

#include <boost/mpl11/bool.hpp>

Go to the source code of this file.

Typedefs

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.
 

Detailed Description

Defines boost::mpl11::detail::logical_or::strict_noexcept.