std::out_of_range
From cppreference.com
Template:cpp/error/exception/out of range/sidebar
Defined in header <stdexcept>
|
||
class out_of_range : public std::logic_error; |
||
Defines a type of object to be thrown as exception. It reports errors that are consequence of attempt to access elements out of defined range.
Member functions |