6 ms·
std::bitset is also a good choice if the number of desired bits is known at compile time
by bmohlenhoff 10y ago
std::bitset is also a good choice if the number of desired bits is known at compile time
- schmatz 10y agoI think this would probably be the best choice after templating the filter