slice Members

Reference

Constructors

slice

Defines a subset of a valarray that consists of a number of elements that are an equal distance apart and that start at a specified element.

Member Functions

size

Finds the number of elements in a slice of a valarray.

start

Finds the starting index of a slice of a valarray.

stride

Finds the distance between elements in a slice of a valarray.

See Also

Reference

slice Class

Thread Safety in the Standard C++ Library