尋找
find 方法會在清單中尋找指定的元素。
可見性
Public
簽章
int find(const void* p) const
參數
p
要尋找的元素
傳回
此方法會傳回下列其中一項值:
0
- 在清單中找不到元素。
1
- 在清單中找到元素。
上層主題:
OMUList 類別
回饋