Information | |
---|---|
has gloss | eng: A copy constructor is a special constructor in the C++ programming language used to create a new object as a copy of an existing object. The first argument of such a constructor is a reference to an object of the same type as is being constructed (const or non-const), which might be followed by parameters of any type (all having default values). |
lexicalization | eng: copy constructor |
instance of | (noun) an institution created to conduct business; "he only invests in large well-established companies"; "he started the company in his garage" company |
Meaning | |
---|---|
Bulgarian | |
has gloss | bul: Конструкторът за копиране , е специален конструктор в езика за програмиране C++, който се създава, за да се направи копие на един обект. |
lexicalization | bul: конструктор за копиране |
German | |
has gloss | deu: Ein Kopierkonstruktor, oft Copy-Konstruktor genannt, ist in der Objektorientierten Programmierung ein spezieller Konstruktor, der eine Referenz auf ein Objekt desselben Typs als Parameter entgegennimmt und die Aufgabe hat, eine Kopie des Objektes zu erstellen. |
lexicalization | deu: Kopierkonstruktor |
French | |
has gloss | fra: Un constructeur informatique est une entreprise qui conçoit, développe, produit, commercialise et maintient des plate-formes informatiques, ainsi que les systèmes d'exploitation qui permettent de les faire fonctionner. |
lexicalization | fra: Constructeur informatique par pays |
lexicalization | fra: constructeur informatique |
lexicalization | fra: Constructeur |
Hebrew | |
has gloss | heb: בנאי העתקה (בעברית: משבט) - מתודה של מחלקה המופעלת בעת יצירת מופע של המחלקה כהעתקה (=שכפול) של נתוני מופע קיים. בשפת C++‎ (כמו גם שפות אחרות המאפשרות תכנות מונחה עצמים) בנאי העתקה הוא פונקציה בעלת שם זהה לשם המחלקה שבה היא מוגדרת. |
lexicalization | heb: Copy constructor |
Russian | |
has gloss | rus: Конструктором копирования (в англоязычной литературе используется термин copy constructor) называется специальный конструктор в языке программирования C++, применяемый для создания нового объекта как копии уже существующего. Такой конструктор принимает как минимум один аргумент: ссылку на копируемый объект. |
lexicalization | rus: конструктор копирования |
Chinese | |
has gloss | zho: 複製建構子()是C++程式語言中的一種特別的建構子,習慣上用來建立一個全新的物件,這個全新的物件相當於已存在物件的副本。這個建構子只有一個參數(引數):就是用來複製物件的參照。 |
lexicalization | zho: 複製建構子 |
Lexvo © 2008-2025 Gerard de Melo. Contact Legal Information / Imprint