![]() |
deal.II version 9.7.0
|
#include <deal.II/base/config.h>#include <deal.II/base/exceptions.h>#include <deal.II/base/iterator_range.h>#include <deal.II/base/types.h>#include <deal.II/grid/tria_iterator_base.h>#include <memory>#include <set>#include <tuple>Go to the source code of this file.
Namespaces | |
| namespace | IteratorFilters |
| namespace | internal |
| namespace | internal::FilteredIteratorImplementation |
|
Create an object of type FilteredIterator given the base iterator and predicate. This function makes the creation of temporary objects (for example as function arguments) a lot simpler because one does not have to explicitly specify the type of the base iterator by hand – it is deduced automatically here.
Definition at line 905 of file filtered_iterator.h.