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

Method clear

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

Source from the content-addressed store, hash-verified

800 inline const value_type& operator[](int i) const { IM_ASSERT(i < Size); return Data[i]; }
801
802 inline void clear() { if (Data) { Size = Capacity = 0; ImGui::MemFree(Data); Data = NULL; } }
803 inline iterator begin() { return Data; }
804 inline const_iterator begin() const { return Data; }
805 inline iterator end() { return Data + Size; }

Callers 1

clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected