Defined in header <valarray> | ||
---|---|---|
template< class T > class slice_array; |
std::slice_array
is a helper template used by std::slice
subscript operator. It has reference semantics to a subset of the array specified by the std::slice
object.
Type | Definition |
---|---|
value_type | T |
constructs a slice_array (public member function) |
|
destroys a slice_array (public member function) |
|
assigns contents (public member function) |
|
performs arithmetic operation on the array referred by slice. (public member function) |
proxy to a subset of a valarray after applying a gslice (class template) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/numeric/valarray/slice_array