Creates a new coroutine with a function f and returns an object of type "thread".
Crea un nuevo corrutina con una función f y devuelve un objeto de tipo "hilo".
The compiler allocates 1 byte for each object of type A.
A customer record can then be mathematically described as a vector in a multidimensional feature space, since multiple features are being used to define the object of type customer.
Un registro de cliente puede ser descrito matemáticamente como un vector en un dispositivo espacial multidimensional, ya que se utilizan múltiples dispositivos para definir el objeto del tipo de cliente.
When a member returns an object of type document (e.g., the ownerDocument property of an element returns the document to which it belongs), this object is the root document object itself.
Cuando un miembro devuelve un objeto del tipo document (por ejemplo, la propiedad ownerDocument de un elemento devuelve el documento "document" al cual pertenece), este objeto es la raíz del objeto documento en sí mismo.
We define an object of type exercice to serve as an abstract base class for deriving other exercises that we will create later.
Definimos un objeto de tipo exercice para que actúe como clase base abstracta para derivar otros ejercicios que crearemos más tarde.
Func<T, bool> defines a function that takes as a parameter an object of type T and returns a bool.
Func<T, bool> define una función que toma como parámetro un objeto de tipo T y devuelve un bool.
To concatenate all items of an object of type "list of string", use the string-join function.
Para concatenar todos los elementos de un objeto de tipo "lista de cadenas de texto", use la función string-join.
Whenever the algorithm writes an object of type T to the dereferenced iterator, the object is copy-constructed into the location in the uninitialized storage pointed to by the iterator.
Cada vez que el algoritmo escribe un objeto de tipo T para el iterador desreferenciado, el objeto es copia-construido en la ubicación en el almacenamiento sin inicializar a la que apunta el iterador.
Step 3 creates an object of type "list of lists" that contains both lists.
El paso 3 crea un objeto de tipo "list of lists" que contiene ambas listas.
The first version returns the value of the bit, the second version returns an object of type std::bitset::reference that allows modification of the value.
La primera versión retorna el valor del bit, la segunda versión devuelve un objeto de tipo std::bitset::reference que permite la modificación del valor.
This function is an unformatted output function: it begin execution by constructing an object of type sentry, which flushes the tie()'d output buffers if necessary and checks the stream errors.
Esta función es una función de salida sin formato: se inicia la ejecución mediante la construcción de un objeto de tipo sentry, que vacía los buffers de salida tie()'d si es necesario y comprueba los errores de secuencia.
For an object of type T, object representation is the sequence of size of(T) objects of type unsigned char (or, equivalently, std::byte) beginning at the same address as the T object.
Para un objeto de tipo T, la representación de objeto es la secuencia de sizeof(T) objetos de tipo unsigned char (o el equivalente: std::byte) comenzando en la misma dirección que el objeto T.
Explanation The start subroutine evaluates the code and returns an object of type promise or shortly a promise.
Explicación La subrutina start evalúa el código y devuelve un objeto de tipo promesa o una promesa (promise).