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

Method SortVector

src/Windows/ProfileObject.cpp:523–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523int ProfileObject::SortVector(POVector& foVect) {
524 std::sort(foVect.begin(), foVect.end(), &ProfileObject::ComparePO);
525
526 return 0;
527}
528
529bool ProfileObject::ComparePO(const ProfileObject* fo1, const ProfileObject* fo2) {
530 int res = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected