9.3.1 Constructors

OEBitVector()
OEBitVector(unsigned int size)
OEBitVector(const OEBitVector &copy)

When constructed with an integer argument, this specifies the initial number of bits in the OEBitVector. When constructed without an argument, the default number of bits is architecture dependent, 32 bits on 32-bit hosts and 64 bits on 64-bit hosts. Initially, all the bits are set to zero.