std::experimental::any::
empty
<
cpp
|
experimental
|
any
bool
empty
(
)
const
noexcept
;
(库基础 TS)
检查对象是否含有值。
参数
(无)
返回值
若实例为空则为
true
,否则为
false
。