DUNE-FEM (unstable)
iteratorrange.hh
3// SPDX-FileCopyrightInfo: Copyright © DUNE Project contributors, see file LICENSE.md in module root
iterator begin() const
Returns an iterator pointing to the begin of the range.
Definition: iteratorrange.hh:46
Iterator const_iterator
The iterator belonging to this range.
Definition: iteratorrange.hh:33
iterator end() const
Returns an iterator pointing past the end of the range.
Definition: iteratorrange.hh:52
IteratorRange()
Default constructor, relies on iterators being default-constructible.
Definition: iteratorrange.hh:42
Iterator iterator
The iterator belonging to this range.
Definition: iteratorrange.hh:27
IteratorRange(const Iterator &begin, const Iterator &end)
Constructs an iterator range on [begin,end).
Definition: iteratorrange.hh:36
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)