std::gslice_array

Defined in header <valarray>
template< class T > class gslice_array;

std::gslice_array is a helper template used by std::gslice subscript operator. It has reference semantics to a subset of the array specified by the std::gslice object.

Member types

Type Definition
value_type T

Member functions

constructs a gslice_array
(public member function)
(destructor)
destroys a gslice_array
(public member function)
operator=
assigns contents
(public member function)
performs arithmetic operation on the array referred by generic slice.
(public member function)

Example

See also

proxy to a subset of a valarray after applying a slice
(class template)
doc_CPP
2016-10-11 10:03:13
Comments
Leave a Comment

Please login to continue.