Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Show_None< T > Struct Template Reference

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).
 

Detailed Description

template<typename T>
struct Aleph::Show_None< T >

Filter functor that hides all elements.

This filter always returns false, making no elements visible. Useful for testing or special cases.

Template Parameters
TThe type of elements being filtered.

Definition at line 513 of file filter_iterator.H.

Member Function Documentation

◆ operator()()

template<typename T >
bool Aleph::Show_None< T >::operator() ( const T ) const
inlinenoexcept

Always returns false (hides all elements).

Definition at line 516 of file filter_iterator.H.


The documentation for this struct was generated from the following file: