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

Thrown to report that an empty container was passed as an argument, while the function does not accept an empty container. More...

#include <exception.hpp>

Inherits std::logic_error.

Public Member Functions

 invalid_empty_container (const std::string &arg)
 

Detailed Description

Thrown to report that an empty container was passed as an argument, while the function does not accept an empty container.

Definition at line 72 of file exception.hpp.

Constructor & Destructor Documentation

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

Definition at line 74 of file exception.hpp.


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