MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / end

Method end

ImGuiFileDialog.h:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 return m_Array.begin();
282 }
283 typename std::vector<T>::iterator end() {
284 return m_Array.end();
285 }
286 typename std::vector<T>::const_iterator end() const {
287 return m_Array.end();
288 }

Callers 10

GetFileStyleMethod · 0.80
m_SortFieldsMethod · 0.80
IsFileNameSelectedMethod · 0.80
DrawPathComposerMethod · 0.80
RemovePlacesGroupMethod · 0.80
GetPlacesGroupPtrMethod · 0.80
RemovePlaceMethod · 0.80
existMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected