public member function
<valarray>

std::gslice::stride

valarray<size_t> stride() const;
Return strides of gslice
Returns a valarray with the separation of the elements in each of the dimensions of the gslice object.

Parameters

none

Return value

A valarray object with the strides of the gslice.
size_t is an unsigned integral type.


See also