std::nullopt
来自 cppreference.com
定义在头文件 <optional> 中 |
||
inline constexpr nullopt_t nullopt{/*unspecified*/}; |
(自 C++17 起) | |
std::nullopt
是 std::nullopt_t 类型的一个常量。用于指示 std::optional
不包含值。
[编辑] 另请参阅
(C++17) |
std::optional 不包含值的指示符(类) |