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

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

#include <boost/mpl11/bool.hpp>
#include <boost/mpl11/detail/std_size_t.hpp>

Go to the source code of this file.

Typedefs

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.
 

Detailed Description

Defines boost::mpl11::detail::logical_or::strict_constexpr_array.