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