![]() |
OGS
|
|
Wraps a pair of iterators for use as a range in range-based for-loops.
Definition at line 16 of file ConfigTree-impl.h.
#include <ConfigTree-impl.h>
Public Member Functions | |
| Range (Iterator begin, Iterator end) | |
| Iterator | begin () const |
| Iterator | end () const |
| std::size_t | size () const |
| bool | empty () const |
Private Attributes | |
| Iterator | begin_ |
| Iterator | end_ |
|
inlineexplicit |
Definition at line 19 of file ConfigTree-impl.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 30 of file ConfigTree-impl.h.
|
private |
Definition at line 31 of file ConfigTree-impl.h.