|
Arbiter
Dependency manager library that supports decentralization
|
Represents a pair of iterators bracketing the start and end of a range. More...
Public Member Functions | |
| IteratorRange (It begin, It end) | |
Public Attributes | |
| It | _begin |
| It | _end |
Represents a pair of iterators bracketing the start and end of a range.
Definition at line 18 of file Iterator.h.
| Arbiter::IteratorRange< It >::IteratorRange | ( | It | begin, |
| It | end | ||
| ) |
Definition at line 24 of file Iterator.h.
| It Arbiter::IteratorRange< It >::_begin |
Definition at line 21 of file Iterator.h.
| It Arbiter::IteratorRange< It >::_end |
Definition at line 22 of file Iterator.h.
1.8.12