template<typename... xs>
struct boost::mpl11::or_< xs >
Returns the result of short-circuit logical or (||
) on its arguments.
Arguments must be StaticConstant
s that will be unboxed from left to right in a short-circuiting fashion. If no arguments are provided, or_
is equivalent to false_
.