Previous |Next |

 

4    Friend Functions of String

The friend functions declared are for the operators ==, !=, >, and >.

They are implemented using the usual C library functions for string comparison.          

Comparisons are made between the Buffer fields of the two String objects.
 
 
Previous |Next |