MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Podręcznik Użytkownika Strona 271

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 270
bool operator>(const mwString& str) const
Purpose Compare input string with this string and return true if this string is
lexicographically greater 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 value
// of false.
Arguments str
String to compare.
Return
Value
The result of the comparison.
Description Usethisoperatortotesttwostringsfororder.
C-17
Przeglądanie stron 270
1 2 ... 266 267 268 269 270 271 272 273 274 275 276 ... 353 354

Komentarze do niniejszej Instrukcji

Brak uwag