In file ../../src/Pegasus/Common/String.h:
The overload operator (<) compares String obects. DocumentationThe overload operator (<) compares String obects.String t1 = "def"; String t2 = "a"; assert (t2 < t1);
Alphabetic index HTML hierarchy of classes or Java |