ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
The logical or. More...
Inherits Operator< internal::logical_or< D1, D2, D3, implementation > >.
The logical or.
It returns true
whenever any 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
.