Class Slice::Bounds

Nested Relationships

This class is a nested type of Class Slice.

Nested Types

Class Documentation

class Bounds

Public Functions

inline Bounds()
inline Bounds(Index i)
inline Bounds(Index i, Index j)
inline Bounds(Index i, Index j, Int step_in)
inline std::ostream &print(std::ostream &os) const

Public Members

Index start
Index stop
Int step
friend SliceIter

Public Static Attributes

static const size_t max = std::numeric_limits<size_t>::max()