GetFEM
5.4.2
|
Provide a dynamic bit container. More...
#include "dal_basic.h"
#include <limits.h>
#include <bitset>
#include <iterator>
#include <algorithm>
Go to the source code of this file.
Provide a dynamic bit container.
As a convention, the default value of a bit is false. The main member functions are dal::bit_vector::is_in, dal::bit_vector::add, dal::bit_vector::sup. Iterate over the bit_vector with dal::bv_visitor
Definition in file dal_bit_vector.h.