TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MWString::find_last_of
MWString
Finds 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(UChar c, Mu4 pos =
npos
)
const
;
Links
MWString
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference