Esempio n. 1
0
 bool operator()(const DirEntry& de1, const DirEntry& de2)
 { return de1.Status().Size() < de2.Status().Size(); }  
Esempio n. 2
0
 bool operator()(const DirEntry& de1, const DirEntry& de2)
 { return de1.Status().Native().st_mtime > de2.Status().Native().st_mtime; }