<optional>
inline constexpr nullopt_t nullopt{/* 未指明 */};
std::nullopt 是 std::nullopt_t 类型的常量,用于指示 optional 不含值。
std::nullopt
optional
std::optional