Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
Thrown to report that an invalid range bound has been given as argument. More...
#include <exception.hpp>
Inherits std::logic_error.
Public Member Functions | |
invalid_bounds (const std::string &arg) | |
Thrown to report that an invalid range bound has been given as argument.
Generally, this means that the lower bound has a value that overlaps with the upper bound over one dimension, at least.
Definition at line 86 of file exception.hpp.
|
explicit |
Definition at line 88 of file exception.hpp.