Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::Bitset64< IndexType >::View Class Reference

#include <bitset.h>

Public Member Functions

 View (Bitset64 *bitset)
 
bool operator[] (IndexType i) const
 
void Clear (IndexType i)
 
void Set (IndexType i)
 

Detailed Description

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

Definition at line 435 of file bitset.h.

Constructor & Destructor Documentation

◆ View()

template<typename IndexType = int64_t>
operations_research::Bitset64< IndexType >::View::View ( Bitset64 * bitset)
inlineexplicit

Definition at line 437 of file bitset.h.

Member Function Documentation

◆ Clear()

template<typename IndexType = int64_t>
void operations_research::Bitset64< IndexType >::View::Clear ( IndexType i)
inline

Definition at line 443 of file bitset.h.

◆ operator[]()

template<typename IndexType = int64_t>
bool operations_research::Bitset64< IndexType >::View::operator[] ( IndexType i) const
inline

Definition at line 439 of file bitset.h.

◆ Set()

template<typename IndexType = int64_t>
void operations_research::Bitset64< IndexType >::View::Set ( IndexType i)
inline

Definition at line 447 of file bitset.h.


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