|
|
|
|
|
|
|
|
|
|
|
|
I have noticed that the bitset has the same address before and after an assignment in the constructor |
But am I still not creating a new bitset when assigning the variable? |
If so, that seems like a waste of a bitset every time I create a ConstructTest object, but is there then another way of assigning the bits in the string to the bitset without creating a new bitset and assigning that to the variable? |
|
|