Boost C++ 库

...世界上最受尊敬和设计最精湛的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

multiple_exceptions::what

获取与异常关联的消息。

virtual const char * what() const;

PrevUpHomeNext