| 
    ALP User Documentation 0.7.0
    
   Algebraic Programming User Documentation 
   | 
 
This operator assigns the right-hand input if the left-hand input evaluates true.  
 More...
#include <ops.hpp>
Inherits Operator< internal::right_assign_if< D1, D1, D1, config::default_backend > >.
This operator assigns the right-hand input if the left-hand input evaluates true. 
If the left-hand input does not evaluate true, then the output field is unmodified.