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