#include <bmvmin.h>
Public Member Functions | |
bvmini (int start_strategy=0) | |
bvmini (const bvmini &mset) | |
unsigned | test (bm::id_t n) const |
Checks if bit pos 1 or 0. Returns 0 if 0 and non zero otherwise. | |
void | set (bm::id_t n, bool val=true) |
unsigned | mem_used () const |
void | swap (bvmini &mset) |
Template is used as a default template parameter MS for bvector Offers maximum performance comparing to miniset.
Definition at line 217 of file bmvmin.h.
|
|
|
|
|
|
|
|
|
Definition at line 251 of file bmvmin.h. References BM_MINISET_ARRSIZE. |
|
Checks if bit pos 1 or 0. Returns 0 if 0 and non zero otherwise.
|