Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Exchanges the elements of two valarrays.
template<class Type>
void swap(
valarray<Type>& _Left,
valarray<Type>& _Right
);
Parameters
Parameter |
Description |
|---|---|
_Left |
An object of type valarray. |
_Right |
An object of type valarray. |
Remarks
The template function executes _Left.swap(_Right).
Requirements
Header: <valarray>
Namespace: std