MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Uživatelská příručka Strana 269

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 354
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 268
bool operator<(const mwString& str) const
Purpose Compare input string with this string and return true if this string is
lexicographically less than input string
C++
Syntax
#include "mclcppclass. h"
mwString str("This is a string");
mwString str2("This is another string");
bool ret = (str < str2 ); // ret should have a value
// of true.
Arguments str
String to compare.
Return
Value
The result of the comparison.
Description Usethisoperatortotesttwostringsfororder.
C-15
Zobrazit stránku 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 353 354

Komentáře k této Příručce

Žádné komentáře