mrdocs::RangeFor::iterator
Iterator yielding RangeFor::value_type proxies with first/last flags.
Synopsis
Declared in <mrdocs/Support/Container/RangeFor.hpp>
class iterator;
Type Aliases
Name |
Description |
Iterator category forwarded from container. |
|
Pointer type (unused). |
|
Reference type. |
|
Size type alias. |
|
Proxy value type. |
Member Functions
Name |
Description |
|
Constructors |
Copy assignment. |
|
Dereference to proxy value. |
|
Increment operators |
|
Return proxy for current element. |
|
Equality comparison. |
|
Inequality comparison. |
Friends
Name |
Description |
Proxy describing an element plus first/last flags. |
|
Range adapter to expose first/last flags inside range‐for loops. |
Created with MrDocs