std::any::has_value
STD::任何:[医]价值
bool has_value() const; | | (since C++17) |
---|
检查对象是否包含值。
参数
%280%29
返回值
true
如果实例包含值,则为false
...
例外
noexcept
规格:
noexcept
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
bool has_value() const; | | (since C++17) |
---|
检查对象是否包含值。
%280%29
true
如果实例包含值,则为false
...
noexcept
规格:
noexcept
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。