MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / end

Method end

external/ImGuiFileDialog/ImGuiFileDialog.h:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

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

Calls

no outgoing calls

Tested by

no test coverage detected