在线文档教程
C++
数字 | Numerics

std::slice_array

STD:切片[医]列阵

Defined in header
template< class T > class slice_array;

std::slice_array是由std::slice下标运算符。对象指定的数组的子集具有引用语义。std::slice对象。

成员类型

TypeDefinition
value_typeT

成员函数

(constructor)constructs a slice_array (public member function)
(destructor)destroys a slice_array (public member function)
operator=assigns contents (public member function)
operator+=operator-=operator*=operator/=operator%=operator&=operator|=operator^=operator<<=operator>>=performs arithmetic operation on the array referred by slice. (public member function)

另见

gslice_arrayproxy to a subset of a valarray after applying a gslice (class template)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/数值/valArray/Slice[医]列阵