| 
    ALP User Documentation 0.7.0
    
   Algebraic Programming User Documentation 
   | 
 
The logical or. More...
#include <ops.hpp>
Inherits Operator< internal::logical_or< D1, D1, D1, config::default_backend > >.
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.