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