CSG_String.Cmp is a function in C++ that is used to compare two strings. It compares two CSG_String objects and returns an integer value indicating the result of the comparison. The return value is 0 if both strings are identical, a negative value if the first string is less than the second string, and a positive value if the first string is greater than the second string. This function is useful for determining the relative order of strings or for checking if two strings are the same.
C++ (Cpp) CSG_String::Cmp - 17 examples found. These are the top rated real world C++ (Cpp) examples of CSG_String::Cmp extracted from open source projects. You can rate examples to help us improve the quality of examples.