find
find 方法用于在列表中查找指定的元素。
可见性
Public
特征符
int find(const void* p) const
参数
p
这是要查找的元素
返回
此方法返回以下某个值:
0
- 在列表中找不到此元素。
1
- 在列表中找到此元素。
父主题:
OMUList 类
反馈