Jive reference manual
jem::End Class Reference

An empty class that facilitates the construction of slices. More...

#include <jem/base/Slice.h>

Detailed Description

Instances of the class End can be passed to the global function slice() to create slices that extend to the end of an array-like object. There exists one pre-defined instance of this class that is named END.

See also
slice(), All, Begin.