MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / ImQsort

Function ImQsort

KBotExt/imgui/imgui_internal.h:337–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335// Helpers: Sorting
336#ifndef ImQsort
337static inline void ImQsort(void* base, size_t count, size_t size_of_element, int(IMGUI_CDECL* compare_func)(void const*, void const*)) { if (count > 1) qsort(base, count, size_of_element, compare_func); }
338#endif
339
340// Helpers: Color Blending

Callers 6

BuildSortByKeyMethod · 0.85
AddWindowToSortBufferFunction · 0.85
ShowMetricsWindowMethod · 0.85
ShrinkWidthsMethod · 0.85
BeginTabBarExMethod · 0.85
TabBarLayoutMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected