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

Method ImVector

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

Source from the content-addressed store, hash-verified

790 typedef const value_type* const_iterator;
791
792 ImVector() { Size = Capacity = 0; Data = NULL; }
793 ~ImVector() { if (Data) ImGui::MemFree(Data); }
794
795 inline bool empty() const { return Size == 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected