Is it possible to do bitwise operations on 2 different-size bit arrays? My intention was to store data in 150,000 bit array (using std::bitset) and retrieve eac
std::bitset