TIBCO Adapter SDK C++ Reference
MString::find_last_of
MString
Find the last (highest position) element. At or before position pos, that matches the element. If it succeeds, it returns the position. Otherwise, the function returns npos.
Declaration
Mu4 find_last_of(const MString & sTarget, Mu4 pos = npos) const;
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.