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

当逻辑前置条件被违反时抛出的异常。 更多...

#include <error.hpp>

cuspatial::logic_error 的继承图

公共成员函数

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

详细描述

当逻辑前置条件被违反时抛出的异常。

------------------------------------------------------------------------—*

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


定义于 error.hpp 文件的第 40 行。

构造函数与析构函数文档

◆ logic_error() [1/2]

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

定义于 error.hpp 文件的第 41 行。

◆ logic_error() [2/2]

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

定义于 error.hpp 文件的第 42 行。


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