Returns the value of the bit at position pos.
Definition at line 118 of file bitset.h.
bool test(uint32_t pos) const noexcept
Tests whether the bit at position pos is set.
A simple fixed-size Bitset implementation similar to std::Bitset.
References pos, and test().