Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のように、整数または 0 と 1 の文字列を使用してビットセットを初期化できることはわかっています。
bitset<8> myByte (string("01011000")); // initialize from string
初期化後に上記のように文字列を使用してビットセットの値を変更する方法はありますか?