Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

bitmap::operator[]

Signature: bool bitmap::operator[](uint64_t index)
Description: Gets the value of a bit in the bitmap

Parameters:

Return: bool

bitmap::get

Signature: bool bitmap::get(uint64_t index)
Description: Gets the value of a bit in the bitmap

Parameters:

Return: bool

bitmap::set

Signature: bool bitmap::set(uint64_t index, bool value)
Description: Sets the value of a bit in the bitmap

Parameters:

Return: bool

Show file on GitHub