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

std::gslice_array

STD::[医]列阵

Defined in header
template< class T > class gslice_array;

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

成员类型

TypeDefinition
value_typeT

成员函数

(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_arrayproxy to a subset of a valarray after applying a slice (class template)

© cppreference.com

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

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