An exception which is thrown if a variable index is out of bounds. Similar to the C++ STL, index checks are performed on vectors using the .at() member function only. More...
#include <exception.hpp>
Public Member Functions | |
variable_index_out_of_bounds_exception (long id, long vector_size) |
An exception which is thrown if a variable index is out of bounds. Similar to the C++ STL, index checks are performed on vectors using the .at() member function only.
variable_index_out_of_bounds_exception | ( | long | id, | |
long | vector_size | |||
) | [inline] |