int hostsCompare (const string& first, const string& second)

determines if the two sets are equal, less than, or greater than

Documentation

determines if the two sets are equal, less than, or greater than. returns -1 if first < second, 0 if first == second, and 1 if first > second

alphabetic index hierarchy of classes


generated by doc++