Vertaling van "a function call expression" in Spaans
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.
una expresión de llamada a función
Deduces the return type of a function call expression at compile time.
The value category of a function call expression is lvalue if the function returns an lvalue reference or an rvalue reference to function, is an xvalue if the function returns an rvalue reference to object, and is a prvalue otherwise.
La categoría de valor de una expresión de llamada a función es lvalue si la función devuelve una referencia lvalue o una referencia rvalue a función, es un xvalue si la función devuelve una referencia rvalue a objeto, y es un prvalue en otro caso.
Original: The return type of a function call expression is the return type of the chosen function, decided using static binding (ignoring the virtual) keyword), even if the overriding function that's actually called returns a different type.
El tipo devuelto por una expresión de llamada a función es el tipo de retorno de la función seleccionada, seleccionado mediante enlace estático (ignorando la palabra reservada virtual), incluso si la función sobrecargada que en realidad se llama devuelve un tipo diferente.
if supported by the implementation, when passing or returning an object of trivially-copyable type in a function call expression (this models passing structs in CPU registers)
si es soportada por la implementación, cuando se pasa o retorna un objeto de tipo de copia trivial en una expresión de llamada a función (este modelo pasa estructuras en registros de CPU)
Original: A function call expression, if the function's return type is an rvalue reference to object type, such as std::move(val)
Una expresión de llamada a función u operador sobrecargado, cuyo tipo de retorno es una referencia rvalue a un objeto, como std::mové(x)
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.