Files
cppdraft_translate/cppdraft/slice/access.md
2025-10-25 03:02:53 +03:00

705 B

[slice.access]

29 Numerics library [numerics]

29.6 Numeric arrays [numarray]

29.6.4 Class slice [class.slice]

29.6.4.3 Access functions [slice.access]

🔗

size_t start() const; size_t size() const; size_t stride() const;

1

#

Returns: The start, length, or stride specified by a slice object.

2

#

Complexity: Constant time.