sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
class SGXNumberAwareFilePathMoreThan;
part of SGEXTN module SG_FileSystem
sorts file paths in descending alphabetical order taking into account numbers in file names
list of all including inherited members
preprocessor file inclusion directive: #include ‹SGXFileSystem.h›
CMake target for BuildLah: SGEXTN::SG_FileSystem
see this link for more information about BuildLah
parent class: (none)
children classes: (none)
[[nodiscard]] bool operator()(const SGXString& a, const SGXString& b);
SGXNumberAwareFilePathMoreThan provides a comparator struct for sorting file paths in descending alphabetical order for display to the user. This takes into account numbers in file names, so file9 would be after file10.
Uses SGXFileSystem::numberAwareLesserThan
Returns if a should be in front of b.
The presence of operator() makes SGXNumberAwareFilePathMoreThan a functor.
The file names are decoded before comparison.
©2025 05524F.sg (Singapore)