public member function
<valarray>

std::gslice::start

size_t start() const;
Return start of gslice
Returns the index of the first element in the valarray that is selected as part of the gslice object.

Parameters

none

Return value

Index of the first element that is part of the gslice.
size_t is an unsigned integral type.

See also