SPH
|
Allows to iterate over a given subset of a container, given by condition functor. More...
#include <IteratorAdapters.h>
Public Member Functions | |
SubsetIterator (const TIterator &iterator, const TIterator &end, TCondition &&condition) | |
INLINE SubsetIterator & | operator++ () |
decltype(auto) INLINE | operator* () |
decltype(auto) INLINE | operator* () const |
INLINE bool | operator== (const SubsetIterator &other) const |
INLINE bool | operator!= (const SubsetIterator &other) const |
Allows to iterate over a given subset of a container, given by condition functor.
Definition at line 498 of file IteratorAdapters.h.
|
inline |
Definition at line 505 of file IteratorAdapters.h.
|
inline |
Definition at line 536 of file IteratorAdapters.h.
|
inline |
Definition at line 522 of file IteratorAdapters.h.
|
inline |
Definition at line 527 of file IteratorAdapters.h.
|
inline |
Definition at line 515 of file IteratorAdapters.h.
|
inline |
Definition at line 532 of file IteratorAdapters.h.