Download for Windows Premium
Publiciteit
constructor copia

Examples with "constructor copia" and their translation in Engels

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Además, si la expresión es de tipo clase, se requiere un constructor copia volátil para incializar el rvalue temporal resultante.
In addition, if the lvalue is of volatile-qualified class type, a volatile copy-constructor is required to initialize the resulting rvalue temporary.
Primero, el constructor copia todos args... los argumentos para el almacenamiento local del nuevo hilo
First the constructor copies all arguments args... to thread-local storage as if by the function
Este constructor copia implícitamente declarada tiene la forma T::T(const T&) si todo lo siguiente es cierto
This implicitly-declared copy constructor has the form T::T(const T&) if all of the following is true
Cuando es necesario, el compilador puede definir implícitamente el constructor por defecto, constructor copia, constructor de movimiento, operador de asignación de copia, operador de asignación de movimiento, y el destructor.
Where necessary, the compiler may implicitly define the default constructor, copy constructor, move constructor, copy assignment operator, move assignment operator, and the destructor.

Andere resultaten

El constructor de copia y el destructor no deben producir excepciones.
The copy constructor and destructor must not throw exceptions.
Constructor de copia. Devuelve una copia del cursor otro.
Copy constructor. Returns a copy of the cursor other.
Hacer una clase intrínsecamente no copiable, por ejemplo, requiere la declaración de un constructor de copia y de un operador de asignación privados y la no definición de ellos.
Making a class inherently non-copyable, for example, requires declaring a private copy constructor and copy assignment operator and not defining them.
Si prefieres trabajar fuera del constructor de campaña, copia y pega tu contenido desde un editor de texto simple, como el Bloc de notas o TextWrangler.
If you prefer to work outside of the Campaign Builder, copy and paste your content from a simple text editor, like Notepad or TextWrangler.
Por definición, el constructor de copia tiene un único argumento que es una referencia constante a un objeto de la clase.
The copy constructor is a constructor which creates an object by initializing it with an object of the same class.
Si necesita hacer su clase no copiable, la forma típica es hacer el constructor de copia y el operador de asignación de la clase privados o protegidos.
If you need to make your class non-copyable, the typical way is to make the copy constructor and the assignment operator of the class private or protected.
Los objetos con constructores de copia triviales pueden ser copiados copiando sus representaciones de objeto de forma manual, por ejemplo, con std::memmove.
TriviallyCopyable objects can be copied by copying their object representations manually, e.g. with std::memmove.
Operador de asignación de copia se puede expresar en términos de constructor de copia, destructor, y el intercambio () función miembro, si se proporciona
Copy assignment operator can be expressed in terms of copy constructor, destructor, and the swap() member function, if one is provided
Un comentario para programadores C++: imaginen que los constructores de copia son escritos por el compilador...
Sidenote for C++ programmers: just imagine that deep copy constructors are being written for you by compiler...
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor constructor copia in het Spaans

Publiciteit

Suggesties

Resultaten: 53. Exact: 4. Verstreken tijd: 210 ms.