isEmpty
isEmpty 方法用于确定集合是否为空。
可见性
Public
特征符
int isEmpty() const
返回
此方法返回以下某个值:
0
- 集合不为空。
1
- 集合为空。
父主题:
OMUCollection 类
反馈