ObjBoolExt extension

on

Operators

operator &(Obj<bool> other) Obj<bool>

Available on Obj<bool>, provided by the ObjBoolExt extension

The logical conjunction ("and") of this and other.
operator ^(Obj<bool> other) Obj<bool>

Available on Obj<bool>, provided by the ObjBoolExt extension

The logical exclusive disjunction ("exclusive or") of this and other.
operator |(Obj<bool> other) Obj<bool>

Available on Obj<bool>, provided by the ObjBoolExt extension

The logical disjunction ("inclusive or") of this and other.