|
slice::stridepublic member function
size_t stride() const; Return stride of slice Returns the separation of the elements in the valarray that are selected as part of the slice.ParametersnoneReturn valueThe stride of the slice.size_t is an unsigned integral type. Example
Output:
See also
|