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

std::nullopt

STD::Nullopt

Defined in header
inline constexpr nullopt_t nullopt{/*unspecified*/};(since C++17)

std::nullopt是类型的常数。std::nullopt_t用于表示optional输入未初始化状态。

另见

nullopt_t (C++17)indicator of optional type with uninitialized state (class)

© cppreference.com

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

http://en.cppreference.com/w/cpp/实用程序/可选/nullopt