template<typename... xs>
struct boost::mpl11::and_< xs >
Returns the result of short-circuit logical and (&&
) 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, and_
is equivalent to true_
.