mrdocs::RangeFor::value_type

Proxy describing an element plus first/last flags.

Synopsis

struct value_type;

Member Functions

Name

Description

operator‐>

Access members through pointer syntax.

Data Members

Name

Description

first

True if this element is the first in the range.

last

True if this element is the last in the range.

value

The contained value.

Created with MrDocs