MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / SortVector

Method SortVector

src/FileObject.cpp:219–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219int FileObject::SortVector(FOVector & foVect) {
220 std::sort(foVect.begin(), foVect.end(), &FileObject::CompareFO);
221
222 return 0;
223}
224
225bool FileObject::CompareFO(const FileObject * fo1, const FileObject * fo2) {
226 int res = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected