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

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

#include <exception.hpp>

Inherits std::logic_error.

Public Member Functions

 invalid_rank (const std::string &arg)
 

Detailed Description

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

Generally thrown because 0 was passed as an argument for the rank.

Definition at line 25 of file exception.hpp.

Constructor & Destructor Documentation

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

Definition at line 27 of file exception.hpp.


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