BitArray.length

Get the number of bits in this array.

  1. size_t length()
    struct BitArray
    size_t
    length
    ()
  2. void length(size_t newlen)

Return Value

Type: size_t

The number of bits in this array.

Meta