std::gslice_array
STD::[医]列阵
Defined in header | | |
---|
template< class T > class gslice_array; | | |
std::gslice_array
是由std::gslice
下标运算符。对象指定的数组的子集具有引用语义。std::gslice
对象。
成员类型
Type | Definition |
---|
value_type | T |
成员函数
(constructor) | constructs a gslice_array (public member function) |
---|
(destructor) | destroys a gslice_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 generic slice. (public member function) |
例
另见
slice_array | proxy to a subset of a valarray after applying a slice (class template) |
---|
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
http://en.cppreference.com/w/cpp/数值/valArray/g片[医]列阵