|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Exception that an array parameter does not have the correct length. More...
#include <insfile_reader.h>
Public Member Functions | |
| bad_array_size (const std::string &key, const unsigned int given_size, const std::string &expected_size) | |
| Constructor. More... | |
Exception that an array parameter does not have the correct length.
|
inline |
Constructor.
| key | The fully qualified TOML key. |
| given_size | The number of elements found in the TOML file. |
| expected_size | The required size of the array. |