在线文档教程
C++
应用 | Utilities

std::optional::operators

可选::操作符bool,std::可选::had[医]价值

constexpr explicit operator bool() const;(since C++17)
constexpr bool has_value() const;(since C++17)

检查是否*this包含一个值。

参数

%280%29

返回值

true如果*this包含一个值,false如果*this不包含值。

例外

noexcept规格:

noexcept

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cppreference.com/w/cpp/实用程序/可选/操作符[医]布尔