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 the gslice object selects.

Parameters

none

Return value

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

See also