Make the copy constructor private. Of course, this might also have the side-effect of preventing the use of the STL container, given that being copy constructible is, y'know, a requirement. Use a ...
Hypothetically speaking, if I have some sort of STL container such as a set or map which cannot insert duplicates of existing set or map members, what can I do to find out if a insert occurred or did ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results