ALP User Documentation
0.8.preview
Algebraic Programming User Documentation
|
This operator is a generalisation of the logical or. More...
Inherits Operator< internal::any_or< D1, D2, D3, implementation > >.
This operator is a generalisation of the logical or.
It assigns to the output any input which evaluates true
. If there is no such input, it assigns any input that evaluates false
.
true
or false
.The input domains must be castable to bool
.
The input domains must furthermore be castable to the output domain.