MATLAB Compiler Previous page   Next Page

bool operator>=(const mwString& str) const

Compare input string with this string and return true if this string is lexicographically greater than or equal to input string.

C++ syntax

Arguments

str.   String to compare.

Return value

The result of the comparison.

Description

Use this operator to test two strings for order.


Previous page  bool operator>(const mwString& str) const friend std::ostream& operator<<(std::ostream& os, const mwString& str) Next page

© 1994-2005 The MathWorks, Inc.