isParsingRange

Whether a range is a parsing range. In addition to an input range, a parsing range also has a memeber err representing parsing errors, and a member cont representing its position in the input.

enum bool isParsingRange(R);

Meta