MATLAB Compiler Previous page   Next Page

friend std::ostream& operator<<(std::ostream& os, const mwString& str)

Copy contents of input string to specified ostream.

C++ syntax

Arguments

os.   ostream to copy string to.

str.   String to copy.

Return value

The input ostream.

Description

Use this operator to print the contents of an mwString to an ostream.


Previous page  bool operator>=(const mwString& str) const mwException Class Next page

© 1994-2005 The MathWorks, Inc.