concurrent_unordered_set::empty Method

测试组件是否不存在。 此方法是并发安全方法。

bool empty() const;

返回值

true,如果并发容器为空,则 false

备注

在并发插入时,并发容器是空可以在调用此功能后更改,在返回值,即使读取之前。

要求

**标头:**internal_concurrent_hash.h

**命名空间:**并发

请参见

参考

concurrent_unordered_set 类