MATLAB Compiler Previous page   Next Page

mwString& operator=(const mwString& str)

mwString assignment operator.

C++ syntax

Arguments

str.   String to make a copy of.

Return value

A reference to the invoking mwString object.

Description

Use this operator to copy the contents of one string into another.


Previous page  operator const char* () const mwString& operator=(const char* str) Next page

© 1994-2005 The MathWorks, Inc.