sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
class SGXNumberAwareFilePathMoreThanBase16;
part of SGEXTN module SG_FileSystem
sorts file paths in descending alphabetical order taking into account base16 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);
SGXNumberAwareFilePathMoreThanBase16 provides a comparator struct for sorting file paths in descending alphabetical order for display to the user. This takes into account base16 numbers in file names, so fileF would be after file10.
Uses SGXFileSystem::numberAwareLesserThanBase16
Returns if a should be in front of b.
The presence of operator() makes SGXNumberAwareFilePathMoreThanBase16 a functor.
Both uppercase and lowercase representations of non numerical base16 digits are accepted.
The file names are decoded before comparison.
©2025 05524F.sg (Singapore)