|
Console Library 4.7.0
A header-only library that makes C++ simple
|
表示通用容器操作错误。 More...
#include <csexc.h>
Public Member Functions | |
| container_error (const std::string &msg) | |
| 构造 container_error。 | |
| Public Member Functions inherited from console::console_error | |
| console_error (const std::string &msg) | |
| 构造 console_error。 | |
表示通用容器操作错误。
|
inline |
构造 container_error。
| msg | 错误描述信息。 |