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

Method SortVector

src/FTPProfile.cpp:883–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

881}
882
883int FTPProfile::SortVector(vProfile & pVect) {
884 std::sort(pVect.begin(), pVect.end(), &FTPProfile::CompareProfile);
885
886 return 0;
887}
888
889bool FTPProfile::operator==(const FTPProfile& other) const
890{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected