HDK
|
#include <ustring.h>
Public Member Functions | |
size_t | operator() (ustring a, ustring b) const noexcept |
Functor class to use for comparisons when sorting ustrings, if you don't care if the sort order is lexicographic. This sorts based on the pointers themselves, which is safe because once allocated, a ustring's characters will never be moved. But beware, the resulting sorting order may vary from run to run!