Espacios de nombres
Variantes
Acciones

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

De cppreference.com
< cpp‎ | numeric‎ | valarray
m (1 revisión: Translate from the English version)
m (r2.7.3) (Bot Añadido: de, en, fr, it, ja, pt, ru, zh)
Línea 18: Línea 18:
 
===Excepciones===
 
===Excepciones===
 
{{noexcept}}
 
{{noexcept}}
 +
 +
 +
 +
 +
 +
 +
 +
 +

Revisión de 14:22 2 nov 2012

 
 
 
 
void swap( valarray& other );

Swaps the contents with those of other.

Parámetros

other - another valarray to swap the contents with

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.

Excepciones

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