Exemplo n.º 1
0
 bool operator()(const LimaString & s1,
   const LimaString & s2) const
 {
   return( s1.compare(s2) < 0 );
 }