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

Thrown to report that an invalid dimension was passed as an argument. More...

#include <exception.hpp>

Inherits std::logic_error.

Public Member Functions

 invalid_dimension (const std::string &arg)
 

Detailed Description

Thrown to report that an invalid dimension was passed as an argument.

Examples:
runtime_container_rank.cpp.

Definition at line 44 of file exception.hpp.

Constructor & Destructor Documentation

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

Definition at line 46 of file exception.hpp.


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