Espacios de nombres
Variantes
Acciones

Diferencia entre revisiones de «cpp/numeric/valarray/swap»

De cppreference.com
< cpp‎ | numeric‎ | valarray
m (r2.7.3) (Bot Añadido: de, en, fr, it, ja, pt, ru, zh)
m (Use {{lc}}. Update links. Various fixes.)
 
Línea 9: Línea 9:
  
 
===Parámetros===
 
===Parámetros===
{{param list begin}}
+
{{begin}}
{{param list item | other | another valarray to swap the contents with}}
+
{{| other | another valarray to swap the contents with}}
{{param list end}}
+
{{end}}
  
 
===Valor de retorno===
 
===Valor de retorno===

Última revisión de 00:14 2 jul 2013

 
 
 
 
void swap( valarray& other );

Swaps the contents with those of other.

[editar] Parámetros

other - another valarray to swap the contents with

[editar] Valor de retorno

(Ninguno)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Excepciones

Especificación noexcept:  
noexcept
  (desde C++11)