ObjBoolExt extension
Operators
-
operator &(
Obj< bool> other) → Obj<bool> -
Available on Obj<
The logical conjunction ("and") of this andbool> , provided by the ObjBoolExt extensionother
. -
operator ^(
Obj< bool> other) → Obj<bool> -
Available on Obj<
The logical exclusive disjunction ("exclusive or") of this andbool> , provided by the ObjBoolExt extensionother
. -
operator |(
Obj< bool> other) → Obj<bool> -
Available on Obj<
The logical disjunction ("inclusive or") of this andbool> , provided by the ObjBoolExt extensionother
.