boost::logic::operator&& — Computes the logical conjunction of two tribools.
// In header: <boost/logic/tribool.hpp> BOOST_CONSTEXPR tribool (tribool x, tribool y); BOOST_CONSTEXPR tribool (tribool x, bool y); BOOST_CONSTEXPR tribool (bool x, tribool y); BOOST_CONSTEXPR tribool (, tribool x); BOOST_CONSTEXPR tribool (tribool x, );
Returns:
the result of logically ANDing the two tribool values, according to the following table:
&&
Throws: