|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Default filter functor that shows all elements. More...
#include <filter_iterator.H>
Public Member Functions | |
| bool | operator() (const T &) const noexcept |
| Always returns true (shows all elements). | |
Default filter functor that shows all elements.
This filter always returns true, making all elements visible. Useful as a default filter or when no filtering is needed.
| T | The type of elements being filtered. |
Definition at line 499 of file filter_iterator.H.
|
inlinenoexcept |
Always returns true (shows all elements).
Definition at line 502 of file filter_iterator.H.