Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
spatial::invalid_bounds Struct Reference

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)
 

Detailed Description

Thrown to report that an invalid range bound has been given as argument.

See also
except::check_open_bounds()

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.

Constructor & Destructor Documentation

spatial::invalid_bounds::invalid_bounds ( const std::string &  arg)
explicit

Definition at line 88 of file exception.hpp.


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