MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 270

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 269
bool operator<=(const mwString& str) const
Purpose Compare input string with this string and return true if this string is
lexicographically less than or equal to input string
C++
Syntax
#include "mclcppclass. h"
mwString str("This is a string");
mwString str2("This is another string");
bool ret = (str <= str 2); // ret should have value
// of true.
Arguments str
String to compare.
Return
Value
The result of the comparison.
Description Usethisoperatortotesttwostringsfororder.
C-16
Seitenansicht 269
1 2 ... 265 266 267 268 269 270 271 272 273 274 275 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare