加载中...
搜索中...
无匹配项
cuproj::logic_error 结构体参考

当逻辑先决条件被违反时抛出的异常。 更多详情...

#include <error.hpp>

cuproj::logic_error 的继承图

公有成员函数

 logic_error (char const *const message)
 
 logic_error (std::string const &message)
 

详细描述

当逻辑先决条件被违反时抛出的异常。

此异常不应直接抛出,而是由 CUPROJ_EXPECTS 宏抛出。

定义位于文件 error.hpp第 40 行

构造函数与析构函数文档

◆ logic_error() [1/2]

cuproj::logic_error::logic_error ( char const *const message)
inline

定义位于文件 error.hpp第 41 行

◆ logic_error() [2/2]

cuproj::logic_error::logic_error ( std::string const & message)
inline

定义位于文件 error.hpp第 42 行


本结构体的文档生成自以下文件