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 less than 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 bool operator<=(const mwString& str) const Next page

© 1994-2005 The MathWorks, Inc.