OR-Tools  9.6
Bitset64< IndexType >::Iterator

Detailed Description

template<typename IndexType = int64_t>
class operations_research::Bitset64< IndexType >::Iterator

Definition at line 587 of file bitset.h.

Public Member Functions

 Iterator (const Bitset64 &bitset)
 
bool operator!= (const EndIterator &) const
 
IndexType operator* () const
 
void operator++ ()
 

Constructor & Destructor Documentation

◆ Iterator()

Iterator ( const Bitset64 bitset)
inlineexplicit

Definition at line 589 of file bitset.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const EndIterator ) const
inline

Definition at line 597 of file bitset.h.

◆ operator*()

IndexType operator* ( ) const
inline

Definition at line 599 of file bitset.h.

◆ operator++()

void operator++ ( )
inline

Definition at line 601 of file bitset.h.


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