|
Melon
A C++ library designed for RadishOS.
|
Thrown when an index is out of range. More...
#include <OutOfRange.hpp>
Public Member Functions | |
| OutOfRange (Typing::USize index, Typing::USize highest_index) | |
| Main constructor for class OutOfRange. | |
| const char * | what () const noexcept |
Thrown when an index is out of range.
| Melon::Exceptions::OutOfRange::OutOfRange | ( | Typing::USize | index, |
| Typing::USize | highest_index ) |
Main constructor for class OutOfRange.
| index | index out of range |
| highest_index | limit of the array |
|
noexcept |