In reading TCPL, I got a problem, as the title refered, and then \'private\' class is:
class Unique_handle { private: Unique_handle& operato
Usually, the idiom of making your copy constructor and assignment operator private (and unimplemented) implies that the original author of the class specifically did not want this object to be copyable.