|
Console Library 4.7.0
A header-only library that makes C++ simple
|
表示 MultiArray 多维数组操作中的错误,如维度不匹配。 More...
#include <csexc.h>
Public Member Functions | |
| multiarray_error (const std::string &msg) | |
| 构造 multiarray_error。 | |
| Public Member Functions inherited from console::console_error | |
| console_error (const std::string &msg) | |
| 构造 console_error。 | |
表示 MultiArray 多维数组操作中的错误,如维度不匹配。
|
inline |
构造 multiarray_error。
| msg | 错误描述信息。 |