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

std::bad_optional_access

STD:不好[医]任选[医]存取

Defined in header
class bad_optional_access;(since C++17)

定义要由std::optional::value当访问不包含值的可选对象时。

二次

二次

继承图

成员函数

(constructor)constructs the exception object (public member function)

继承自STD:例外

成员函数

(destructor) virtualdestructs the exception object (virtual public member function of std::exception)
what virtualreturns an explanatory string (virtual public member function of std::exception)

© cppreference.com

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

http://en.cppreference.com/w/cpp/实用程序/可选/坏[医]任选[医]存取