MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
boost::mpl11::and_< xs > Struct Template Reference

Returns the result of short-circuit logical and (&&) on its arguments. More...

#include <boost/mpl11/fwd/logical.hpp>

Detailed Description

template<typename... xs>
struct boost::mpl11::and_< xs >

Returns the result of short-circuit logical and (&&) on its arguments.

Arguments must be StaticConstants that will be unboxed from left to right in a short-circuiting fashion. If no arguments are provided, and_ is equivalent to true_.