The Wayback Machine - https://web.archive.org/web/20170714195719/http://ja.cppreference.com/w/cpp/numeric/valarray/swap2
名前空間
変種
操作

std::swap(std::valarray)

提供: cppreference.com
< cpp‎ | numeric‎ | valarray

 
 
ニューメリックスライブラリ
一般的な数学関数
浮動小数点環境
複素数
数値配列
擬似乱数生成
コンパイル時有理数演算(C++11)
汎用の数値演算
Original:
Generic numeric operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
iota(C++11)
accumulate
inner_product
adjacent_difference
partial_sum
 
 
template<class T >
void swap( valarray<T>&lhs, valarray<T>&rhs );
std::swapstd::valarrayアルゴリズムを専門としています。 lhsrhsのコンテンツを交換します。コー​​ルlhs.swap(rhs).
Original:
Specializes the std::swap algorithm for std::valarray. Swaps the contents of lhs and rhs. Calls lhs.swap(rhs).
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

目次

[編集]パラメータ

lhs, rhs -
その内容は交換するvalarrays
Original:
valarrays whose contents to swap
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[編集]値を返します

(なし)

[編集]複雑性

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

[編集]参照

別のvalarrayとスワップ
Original:
swaps with another valarray
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(パブリックメンバ関数)[edit]
close