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

std::optional::reset

可选::重置

void reset((since C++17)

如果*this包含一个值,将该值销毁为value().T::~T()否则,就没有效果。

*this在此调用后不包含值。

例外

noexcept规格:

noexcept

另见

operator=assigns contents (public member function)

© cppreference.com

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

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