|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Filter functor that hides all elements. More...
#include <filter_iterator.H>
Public Member Functions | |
| bool | operator() (const T &) const noexcept |
| Always returns false (hides all elements). | |
Filter functor that hides all elements.
This filter always returns false, making no elements visible. Useful for testing or special cases.
| T | The type of elements being filtered. |
Definition at line 513 of file filter_iterator.H.
|
inlinenoexcept |
Always returns false (hides all elements).
Definition at line 516 of file filter_iterator.H.