[#bitset_detail] = bitset_detail :mrdocs: Implementation details backing the BitSet alias. == Types [cols="1,4"] |=== | Name| Description | xref:bitset_detail/IntBitSet.adoc[`IntBitSet`] | A bitset implementation backed by a single integer of type I. | xref:bitset_detail/MultiIntBitSet.adoc[`MultiIntBitSet`] | A bitset implementation backed by N integers of type I. |=== == Functions [cols="1,4"] |=== | Name| Description | xref:bitset_detail/PopCount.adoc[`PopCount`] | Count the number of bits set in an unsigned integer type. | xref:bitset_detail/operator_bitand-02.adoc[`operator&`] | Return an object with the binary AND between respective bits from a and b. | xref:bitset_detail/operator_minus-0c.adoc[`operator‐`] | Return an object with the binary AND NOT between respective bits from a and b. | xref:bitset_detail/operator_xor-08.adoc[`operatorˆ`] | Return an object with the binary XOR between respective bits from a and b. | xref:bitset_detail/operator_bitor-0a.adoc[`operator|`] | Return an object with the binary OR between respective bits from a and b. | xref:bitset_detail/swap-05.adoc[`swap`] | Swap two bitsets. | xref:bitset_detail/operator_eq-0b.adoc[`operator==`] | Equality operators |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#