![]() |
deal.II version GIT relicensing-2972-g3b1da50de6 2025-03-29 20:10:00+00:00
|
#include <deal.II/grid/filtered_iterator.h>
Public Member Functions | |
template<class Iterator > | |
bool | operator() (const Iterator &i) const |
Filter that evaluates to true if either the iterator points to an active object or an iterator past the end.
Definition at line 62 of file filtered_iterator.h.
|
inline |
Evaluate the iterator and return true if the object is active or past the end.
Definition at line 1393 of file filtered_iterator.h.