◐ Shell
clean mode source ↗

std::valarray::swap – cppreference.com

Aus cppreference.com

<metanoindex/>

std::valarray

Member-Funktionen

Original:

Member functions

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

Non-Member-Funktionen

Original:

Non-member functions

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

Helper-Klassen

Original:

Helper classes

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

<tbody> </tbody>

void swap( valarray& other );

Swaps the contents with those of other.

Parameter

other - another valarray to swap the contents with

Rückgabewert

(None)

Original:

(none)

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

Ausnahmen