std::gslice_array<T>::gslice_array
提供: cppreference.com
< cpp | numeric | valarray | gslice array
gslice_array( const gslice_array& other ); |
||
gslice_array() = delete; |
||
別の gslice_array
other
から gslice_array
を構築します。
デフォルトコンストラクタは暗黙に削除されています。
[編集] 引数
other | - | 初期化するための gslice_array
|