dlib.core.tuple

Templates that construct tuples of numeric values

Members

Templates

RangeTuple
template RangeTuple(int stop)

Yields a tuple of integer literals from 0 to stop

RangeTuple
template RangeTuple(int start, int stop, int step)

Yields a tuple of integer literals from start to stop with defined step

RangeTuple
template RangeTuple(int start, int stop)

Yields a tuple of integer literals from start to stop

Tuple
template Tuple(E...)

Create a tuple

Meta

Authors

Timur Gafarov