Reference
C Library
IOstream Library
Strings library
STL Containers
STL Algorithms
Miscellaneous
Miscellaneous
complex
exception
functional
iterator
limits
locale
memory
new
numeric
stdexcept
typeinfo
utility
valarray
valarray
classes:
gslice
gslice_array
indirect_array
mask_array
slice
slice_array
valarray
global functions:
abs
acos
asin
atan
atan2
cos
cosh
exp
log
log10
pow
sin
sinh
sqrt
tan
tanh
gslice
gslice::gslice
member functions:
gslice::size
gslice::start
gslice::stride


gslice::start

public member function
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