copy constructor is protected, and is deleted.
It must be possible to create an object of type T and to initialize it with the default value of the type (default constructor) or with a copy of an already existing object (copy constructor).
Es muss möglich sein, ein Objekt des Typs T anzulegen und es dabei mit dem Default-Wert des Typs zu initialisieren (Default-Konstruktor) oder mit einer Kopie eines bereits existierenden Objekts (Copy-Konstruktor).
FIX: The "catch by" reference does not work with the copy constructor that is defined in your Visual C++ .NET 2003 application 831875
Update: Der Verweis "Catch durch" funktioniert nicht mit der Copy-Konstruktor, der in der Visual C++ .NET 2003-Anwendung definiert ist 831875
(Copy of a value) Assignment operator and copy constructor of LEDA types create copies of values.
(Kopie eines Wertes) Zuweisungsoperator und Copy-Konstruktor von LEDA-Typen legen Kopien von Werten an.
The copy constructor will not copy datasets or drawing objects.
Der Konstruktor kopiert keine Datensätze oder Zeichenobjekte.
Why should the copy constructor accept its parameter by reference in C++?
Warum sollte der Kopierkonstruktor seinen Parameter durch Referenz in C ++ akzeptieren?
The destructor is only called for a and c, for b the copy constructor is called instead.
Hier wird nur für a und c der Konstruktor aufgerufen, für b dagegen der Copy Konstruktor.
The third constructor (line 21) is the copy constructor.
4.2.7 Function can be invoked with one parameter hImgOther (copy constructor).
4.2.7 Funktion kann auch mit einem Parameter hImgOther aufgerufen werden (Kopier-Konstruktor).
Function can be invoked with one parameter (copy constructor).
Alloc must be a Allocator, and its copy constructor and destructor must not throw exceptions.
Der Copy-Konstruktor und Destruktor dürfen keine Ausnahmen auslösen.