std::range_error (3) Linux Manual Page
std::range_error – std::range_error Synopsis Defined in header <stdexcept> class range_error; Defines a type of object to be thrown as exception. It can be used to report range errors (that is, situations where a result of a computation cannot be represented by the destination type) The only standard library components that throw this exception are std::wstring_convert::from_bytes…
