Struct ByteRange

Struct Documentation

struct ByteRange

ByteRange stores indices for half-interval [begin, end) in a string.

Can be used to represent a sentence, word.

Public Functions

const size_t size() const
bool operator==(ByteRange other) const

Public Members

size_t begin
size_t end