![]() |
Home | Libraries | People | FAQ | More |
Consumer
A Consumer is a type grouping two functions that read a certain number of elements off a range, hence making it a facility to segment a range.
Name | Expression | Type | Precondition | Semantics |
---|---|---|---|---|
Construction |
Consumer() |
Consumer |
Construct an instance of the type with default parameters. |
|
Left to right |
c.ltr(begin, end) |
In |
|
Reads part of the [ |
Right to left |
c.rtl(begin, end) |
In |
|
Reads part of the [ |