29
Numerics library
[numerics]
29.7
Numeric arrays
[numarray]
29.7.6
The
gslice
class
[class.gslice]
29.7.6.3
gslice
access functions
[gslice.access]
size_t start() const; valarray<size_t> size() const; valarray<size_t> stride() const;
1
#
Returns:
The representation of the start, lengths, or strides specified for the
gslice
.
2
#
Complexity:
start()
is constant time
.
size()
and
stride()
are linear in the number of strides
.