#include <AssociatedData.h>
Public Member Functions | |
BoundaryListRangeBase (boundary_iterator_t const &it) | |
Constructor: copies the specified base iterator. More... | |
auto | begin () const -> decltype(auto) |
Returns the begin iterator of the range. More... | |
auto | end () const -> decltype(auto) |
Returns the end iterator of the range (next to the begin iterator). More... | |
Private Types | |
using | boundary_iterator_t = BoundaryIter |
Private Member Functions | |
auto | boundaryIter () const |
Returns the iterator to the begin iterator. More... | |
Interface providing begin and end iterator of a range.
BoundaryIter | iterator to the first of the range iterators. |
Definition at line 509 of file AssociatedData.h.
|
private |
Definition at line 510 of file AssociatedData.h.
|
inline |
Constructor: copies the specified base iterator.
Definition at line 518 of file AssociatedData.h.
|
inline |
Returns the begin iterator of the range.
Definition at line 522 of file AssociatedData.h.
|
inlineprivate |
|
inline |
Returns the end iterator of the range (next to the begin iterator).
Definition at line 526 of file AssociatedData.h.