AsmJit
Low-Latency Machine Code Generation
Docs
Interactive Parser
Support
GitHub
API Reference
Index
Class List
Build Instructions
Breaking Changes
Core
Assembler
Builder
Compiler
Function
Logging
Error Handling
Instruction DB
Virtual Memory
Zone Memory
Utilities
X86 Backend
ARM Commons
AArch64 Backend
asmjit::Support::BitVectorIterator< T > Class Template Reference
Utilities
Public Members
const
T*
_ptr
size_t
_idx
size_t
_end
T
_current
Member Functions
BitVectorIterator
(
const
BitVectorIterator
& other)
noexcept
= default
BitVectorIterator
(
const
T* data,
size_t
numBitWords,
size_t
start = 0)
noexcept
void
init
(
const
T* data,
size_t
numBitWords,
size_t
start = 0)
noexcept
bool
hasNext
()
const
noexcept
size_t
next
()
noexcept
size_t
peekNext
()
const
noexcept