TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MString::erase
MString
Remove the specified number of elements.
Parameters
Parameters
Description
Mu4 p0 = 0
The beginning position.
Mu4 n = npos
Number of elements to erase.
Return Value
Return *this.
Declaration
MString
& erase(Mu4 p0 = 0, Mu4 n =
npos
);
Links
MString
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference