Class mata::BoolVector

class BoolVector : public std::vector<uint8_t>

Representation of bool vector by a vector of uint8_t.

Public Functions

inline size_t count() const

Count the number of set elements.