50 for (
unsigned i = 5; i != 0; --i)
53 cout << bv.
count() <<
", ";
68 cout << bv.
count() <<
", ";
72 cout << bv.
count() << endl;
83 cout << bv.
count() << endl;
85 cout << bv.
count() << endl;
89 catch(std::exception& ex)
91 std::cerr << ex.what() << std::endl;
Output iterator iterator designed to set "ON" bits based on input sequence of integers.
Compressed bit-vector bvector<> container, set algebraic methods, traversal iterators.
insert_iterator inserter()
void clear(const size_type *ids, size_type ids_size, bm::sort_order so=bm::BM_UNKNOWN)
clear list of bits in this bitset
size_type count() const
population cout (count of ON bits)
Output iterator iterator designed to set "ON" bits based on input sequence of integers (bit indeces)...