OR-Tools  9.6
Bitset64< IndexType >::ConstView

Detailed Description

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

Definition at line 419 of file bitset.h.

Public Member Functions

 ConstView (const Bitset64 *bitset)
 
bool operator[] (IndexType i) const
 
const uint64_t * data () const
 

Constructor & Destructor Documentation

◆ ConstView()

ConstView ( const Bitset64 bitset)
inlineexplicit

Definition at line 421 of file bitset.h.

Member Function Documentation

◆ data()

const uint64_t* data ( ) const
inline

Definition at line 427 of file bitset.h.

◆ operator[]()

bool operator[] ( IndexType  i) const
inline

Definition at line 423 of file bitset.h.


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