ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
The logical and. More...
Inherits Operator< internal::logical_and< D1, D2, D3, implementation > >.
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
.