TIBCO Adapter SDK C++ Reference
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
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.