28
Numerics library
[numerics]
28.6
Numeric arrays
[numarray]
28.6.6
The
gslice
class
[class.gslice]
28.6.6.3
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
.