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

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

Detailed Description

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

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.

Template Parameters
TThe type of elements being filtered.

Definition at line 499 of file filter_iterator.H.

Member Function Documentation

◆ operator()()

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

Always returns true (shows all elements).

Definition at line 502 of file filter_iterator.H.


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