ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
This operator is a generalisation of the logical or. More...
#include <ops.hpp>
Inherits Operator< internal::any_or< D1, D1, D1, config::default_backend > >.
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.