Example #1
0
// remove this element from the set
static SB_INLINE void bitset_remove(BitSet& bs, uint32_t member) {
    bs.erase(member);
}