54 std::cout <<
"Before merge bv2 count = " << bv2.
count() << std::endl;
56 std::cout <<
"Merge." << std::endl;
60 std::cout <<
"bv1 count = " << bv1.count() << std::endl;
61 std::cout <<
"bv2 count = " << bv2.count() << std::endl;
63 catch(std::exception& ex)
65 std::cerr << ex.what() << std::endl;
Compressed bit-vector bvector<> container, set algebraic methods, traversal iterators.
size_type count() const
population cout (count of ON bits)