Range adapter to expose first/last flags inside range‐for loops.
Synopsis
Declared in <mrdocs/Support/RangeFor.hpp>
template<class Container>
class RangeFor;
Types
Name |
Description |
Iterator yielding RangeFor::value_type proxies with first/last flags. |
|
Proxy describing an element plus first/last flags. |
|
Pointer to const proxy. |
|
Reference to const proxy. |
|
Signed distance type. |
|
Pointer to proxy. |
|
Reference to proxy. |
|
Unsigned size type. |