Loading...
Searching...
No Matches
Public Member Functions | List of all members
cuspatial::logic_error Struct Reference

Exception thrown when logical precondition is violated. More...

#include <error.hpp>

Inheritance diagram for cuspatial::logic_error:

Public Member Functions

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

Detailed Description

Exception thrown when logical precondition is violated.

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

This exception should not be thrown directly and is instead thrown by the CUSPATIAL_EXPECTS macro.


Definition at line 40 of file error.hpp.

Constructor & Destructor Documentation

◆ logic_error() [1/2]

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

Definition at line 41 of file error.hpp.

◆ logic_error() [2/2]

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

Definition at line 42 of file error.hpp.


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