StringHelpers¶
SortDescriminator_Alphabetically¶
Internal helper function¶
static bool SortDescriminator_Alphabetically(const std::string a, const std::string b)
A static helper function.
Returns whether or not a
is alphabetically "higher-ordered" than b
.
Used for JsonArray::Sort().