In file ../../src/Pegasus/Common/String.h:

PEGASUS_COMMON_LINKAGE Boolean operator<

( const String& str1,
  const String& str2)

The overload operator (<) compares String obects.

Documentation

The overload operator (<) compares String obects.
        String t1 = "def";
        String t2 = "a";
        assert (t2 < t1);
    
Parameters:
str1 - REVIEWERS: Insert description here.
str2 - REVIEWERS: Insert description here.

Alphabetic index HTML hierarchy of classes or Java