Console Library 4.7.0
A header-only library that makes C++ simple
Loading...
Searching...
No Matches
console::multiarray_error Class Reference

表示 MultiArray 多维数组操作中的错误,如维度不匹配。 More...

#include <csexc.h>

Inheritance diagram for console::multiarray_error:
console::console_error

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。

Detailed Description

表示 MultiArray 多维数组操作中的错误,如维度不匹配。

Constructor & Destructor Documentation

◆ multiarray_error()

console::multiarray_error::multiarray_error ( const std::string & msg)
inline

构造 multiarray_error。

Parameters
msg错误描述信息。

The documentation for this class was generated from the following file: