InputRangeObject

Implements the most derived interface that R works with and wraps all relevant range primitives in virtual functions. If R is already derived from the InputRange interface, aliases itself away.

template InputRangeObject (
R
) if (
isInputRange!(Unqual!R)
) {}

Members

Classes

InputRangeObject
class InputRangeObject

Meta