MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / empty

Method empty

Externals/imgui-1.46/Include/imgui.h:795–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793 ~ImVector() { if (Data) ImGui::MemFree(Data); }
794
795 inline bool empty() const { return Size == 0; }
796 inline int size() const { return Size; }
797 inline int capacity() const { return Capacity; }
798

Callers 1

IsActiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected