方法
GtkBitsetdifference
声明 [src]
void
gtk_bitset_difference (
GtkBitset* self,
const GtkBitset* other
)
描述 [src]
将 self 设置为 self 和 other 的对称差。
对称差将 self 设置为包含所有只存在于 self 或 other 中的值,但不在两者中。这个操作也称为 XOR。
允许 self 和 other 是相同的位集。在这种情况下,位集将被清空。
参数
other
-
类型:
GtkBitset
从 other 中计算差值的
GtkBitset
。数据由方法调用者所有。