enum CCL::Text::CompareResult

Overview

Result of string comparison. More…

#include <istring.h>

enum CompareResult
{
    kLess    = -1,
    kEqual   = 0,
    kGreater = 1,
};

Detailed Documentation

Result of string comparison.

Enum Values

kLess

this is less than comperand

kEqual

this is equal to comperand

kGreater

this is greater than comperand