Loading...
Searching...
No Matches
maskedIterator.h File Reference
+ Include dependency graph for maskedIterator.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VdfMaskedIterator< IteratorType, mode >
 An iterator that can be used to refine the given iterator IteratorType to iterate over a given mask by either visiting or skipping over set bits in the mask. More...
 

Enumerations

enum class  VdfMaskedIteratorMode { VisitUnset = 0 , VisitSet }
 Enum to specify the behavior of VdfMaskedIterator as template parameter. More...
 

Enumeration Type Documentation

◆ VdfMaskedIteratorMode

enum class VdfMaskedIteratorMode
strong

Enum to specify the behavior of VdfMaskedIterator as template parameter.

Enumerator
VisitUnset 

The elements in the visitMask are skipped (default).

VisitSet 

Visit the elements in the visitMask instead of skipping them.

Definition at line 23 of file maskedIterator.h.