ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
The logical and. More...
#include <ops.hpp>
Inherits Operator< internal::logical_and< D1, D1, D1, config::default_backend > >.
The logical and.
It returns true
when both of its inputs evaluate true
, and returns false
otherwise.
If the output domain is not Boolean, then the returned value is true
or false
cast to the output domain.
bool
.