Struct Slice

Struct Documentation

struct Slice

Public Functions

Slice(int b, int e, int s)
Slice(int b, int e)
Slice()
Slice(int i)
Slice(const Slice &other)
const Slice &operator=(const Slice &other)
const Slice &operator=(int i)
bool operator==(const Slice &other) const
bool operator!=(const Slice &other) const

Public Members

int begin
int end
int stride

Public Static Attributes

const int END = INT_MAX