Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctreffs/SwiftImGui
/ ImBitVector_SetBit
Function
ImBitVector_SetBit
Sources/CImGui/cimgui.cpp:3094–3097 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3092
return self->TestBit(n);
3093
}
3094
CIMGUI_API void ImBitVector_SetBit(ImBitVector* self,int n)
3095
{
3096
return self->SetBit(n);
3097
}
3098
CIMGUI_API void ImBitVector_ClearBit(ImBitVector* self,int n)
3099
{
3100
return self->ClearBit(n);
Callers
nothing calls this directly
Calls
1
SetBit
Method · 0.45
Tested by
no test coverage detected