|
slice::startpublic member function
size_t start() const; Return start of slice Returns the index of the first element in the valarray that is selected as part of the slice.ParametersnoneReturn valueIndex of the first element that is part of the slice.size_t is an unsigned integral type. Example
Output:
See also
|