ObjBoolExt extension
Operators
-
operator &(
Obj< bool> other) → Obj<bool> -
The logical conjunction ("and") of this and
other
. -
operator ^(
Obj< bool> other) → Obj<bool> -
The logical exclusive disjunction ("exclusive or") of this and
other
. -
operator |(
Obj< bool> other) → Obj<bool> -
The logical disjunction ("inclusive or") of this and
other
.