BitMagic-C++
|
Example: bulk insert iterator. More...
Go to the source code of this file.
Functions | |
int | main (void) |
Example: bulk insert iterator.
Bulk insert iterator uses internal buffer to accumulate a batch of bit indexes and flush it faster. This delay makes its behavior different from classic deterministic STL iterators.
Definition in file sample18.cpp.
int main | ( | void | ) |
Definition at line 43 of file sample18.cpp.
References bm::bvector< Alloc >::clear(), bm::bvector< Alloc >::count(), bm::bvector< Alloc >::bulk_insert_iterator::flush(), and bm::bvector< Alloc >::inserter().