OpenTTD Source 20241224-master-gf74b0cf984
|
Iterable ensemble of each set bit in a value. More...
#include <bitmath_func.hpp>
Data Structures | |
struct | Iterator |
Public Member Functions | |
SetBitIterator (Tbitset bitset) | |
Iterator | begin () |
Iterator | end () |
bool | empty () |
Private Attributes | |
Tbitset | bitset |
Iterable ensemble of each set bit in a value.
Tbitpos | Type of the position variable. |
Tbitset | Type of the bitset value. |
Definition at line 301 of file bitmath_func.hpp.
|
inline |
Definition at line 338 of file bitmath_func.hpp.
|
inline |
Definition at line 339 of file bitmath_func.hpp.
|
inline |
Definition at line 341 of file bitmath_func.hpp.
|
inline |
Definition at line 340 of file bitmath_func.hpp.
|
private |
Definition at line 344 of file bitmath_func.hpp.